#BB8B13

Color #BB8B13 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BB8B13

Tints of Dark Goldenrod #BB8B13

Color information

#BB8B13 (or 0xBB8B13) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 8B and 13. RGB value is (187,139,19). Sum of RGB (Red+Green+Blue) = 187+139+19=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B13 is #4474EC. Grayscale: #8C8C8C. Windows color (decimal): -4486381 or 1280955. OLE color: 1280955.

HSL color Cylindrical-coordinate representation of color #BB8B13: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8B13 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18713919-
CMYK00.260.900.27
HSL42.86º81.55%40.39%-
HSV(B)42.86º89.84%73.33%-
XYZ29.8429.084.66-
YUV139.6759.9161.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 19 (7.81% from 255) = 5.51%
R=54.20%
G=40.29%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871391900.260.900.2742.8681.5540.39
HexBB8B1301A5A1B2b5228
Octal27321323032132335312250
Binary1011101110001011100110110101011010110111010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B13; }

 p { color: rgb(187,139,19); }

 H1.HeaderClassName
 {
   color: #BB8B13;
 }
 .AnyTagClassName
 {
   color: #BB8B13;
 }
</style>
background-color css

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

 a { background-color: rgb(187,139,19); }

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

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

 span { border-color: rgb(187,139,19); }

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