COLOR #BB980C

HEX: #BB980C
RGB: (187,152,12)

Renk bilgisi

#BB980C contains mainly red and green colors. #BB980C ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#BB980C color RGB value is (187,152,12).

  • kırmız ton 187;
  • yeşil ton 152;
  • mavi ton 12.
RGB:
(187,152,12)
(73%,60%,5%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 152 of 255 = 60%
B 12 of 255 = 5%

187
152
12

R + G + B ~ 46%. #BB980C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 152 + 12 = 351 (100%)
R 187 of 351 ~ 53.28%
G 152 of 351 ~ 43.3%
B 12 of 351 ~ 3.42%

%53.28
%43.3

CMYK RENK MODELİ

#BB980C rengi CMYK tonu (0,19,94,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.72%
  • sarı tonu 93.58%
  • ana renk tonu 26.67%
CMYK:
(0,19,94,27)
C0M19Y94K27 
(0%,19%,94%,27%)
(0.00/0.19/0.94/0.27)	

CMYK yüzdeleri

%0
%18.72
%93.58
%26.67

Codes

Color #BB980C in popluar color models

BB980C
RGB18715212
HSL48°87.94%39.02%
HSB/HSV48°93.58%73.33%
CMYK0.00%18.72%93.58%
26.67%

Color #BB980C in popluar number systems.

HEXBB980C
Decimal18715212
Binary10111011100110001100
Octal27323014

Shades and tints

Shades of #BB980C

#BB980C
(187,152,12)
#AA8B0B
(170,139,11)
#997E0A
(153,126,10)
#887109
(136,113,9)
#776408
(119,100,8)
#665707
(102,87,7)
#554A06
(85,74,6)
#443D05
(68,61,5)
#333004
(51,48,4)
#222303
(34,35,3)
#111602
(17,22,2)
#000000
(0,0,0)

Tints of #BB980C

#BB980C
(187,152,12)
#C1A122
(193,161,34)
#C7AA38
(199,170,56)
#CDB34E
(205,179,78)
#D3BC64
(211,188,100)
#D9C57A
(217,197,122)
#DFCE90
(223,206,144)
#E5D7A6
(229,215,166)
#EBE0BC
(235,224,188)
#F1E9D2
(241,233,210)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB980C color. Also use rgb(187,152,12) instead hex code.

Text Font Color

.myTextColor { color: #BB980C; }

<p style="color:#BB980C">This sample text font color is #BB980C.</p>

This text font color is #BB980C.


Background Color

.myBgColor { background-color: #BB980C; }

<div style="background-color:#BB980C">Inner text</div>

This div background color is #BB980C.


Border color

.myBorderColor { border: 1px solid #BB980C; }

<div style="border:3px solid #BB980C">Div</div>

This div border color is #BB980C.


Opacity

.myOpacity80 { color: #BB980C; opacity: 0.8; }

<p style="color:#BB980C;opacity:0.8;">80%</p>

Text with #BB980C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB980C;}

<p style="text-shadow: 3px 3px 1px #BB980C">Text here.</p>

This text has shadow with #BB980C color.

.textShadow {text-shadow: 3px 3px 1px #BB980C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB980C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB980C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB980C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB980C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB980C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB980C;
  -webkit-box-shadow:	1px 1px 3px 2px #BB980C;
  box-shadow:		1px 1px 3px 2px #BB980C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB980C;
-webkit-box-shadow: 1px 1px 3px 2px #BB980C;
box-shadow:1px 1px 3px 2px #BB980C;">
Div content here</div>
This div box has shadow with color #BB980C.

Preview

Color preview on black background

This text has color #BB980C on black background.


Color preview on white background

This text has color #BB980C on white background.



Black color preview on #BB980C background

This text has black color on #BB980C background.


White color preview on #BB980C background

This text has white color on #BB980C background.