Html Css Color HEX #BB880B Dark Goldenrod

📋 copy color: '#BB880B'

red 187 ◦ green 136 ◦ blue 11

#BB880B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BB880B

Tints of Dark Goldenrod #BB880B

RGB

 RED value IS 187 (73.44% from 255) = 55.99%

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 55.99%
G = 40.72%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB880B (or 0xBB880B) is known color: Dark Goldenrod. HEX triplet: BB, 88 and 0B. RGB value is (187,136,11). Sum of RGB (Red+Green+Blue) = 187+136+11=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB880B is #4477F4. Grayscale: #898989. Windows color (decimal): -4487157 or 755899. OLE color: 755899.

HSL color Cylindrical-coordinate representation of color #BB880B: hue angle of 42.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB880B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 11 -
CMYK 0 0.27 0.94 0.27
HSL 42.61º 0.89% 0.39% -
HSV(B) 42.61º 0.94% 0.73% -
XYZ 29.36 28.2 4.21 -
YUV 137 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 187 136 11 0 0.27 0.94 0.27 42.61 0.89 0.39
Hex BB 88 B 0 1B 5E 1B 2B 59 27
Octal 273 210 13 0 33 136 33 53 131 47
Binary 10111011 10001000 1011 0 11011 1011110 11011 101011 1011001 100111

Color Harmonies of #BB880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB880B

Black with #BB880B

Text Example


Text Example

White with #BB880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB880B; }

 p { color: rgb(187,136,11); }

 H1.HeaderClassName
 {
   color: #BB880B;
 }
 .AnyTagClassName
 {
   color: #BB880B;
 }
</style>

background-color css

<style>
 a { background-color: #BB880B; }

 a { background-color: rgb(187,136,11); }

 div.DivClassName
 {
   background-color: #BB880B;
 }
 .BgClassName
 {
   background-color: #BB880B;
 }
</style>

border-color css

<style>
 span { border-color: #BB880B; }

 span { border-color: rgb(187,136,11); }

 td.TdClassName
 {
   border-color: #BB880B;
 }
 .TagClassName
 {
   border-color: #BB880B;
 }
</style>