#BB8A18

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

Shades of Dark Goldenrod #BB8A18

Tints of Dark Goldenrod #BB8A18

Color information

#BB8A18 (or 0xBB8A18) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 8A and 18. RGB value is (187,138,24). Sum of RGB (Red+Green+Blue) = 187+138+24=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8A18 is #4475E7. Grayscale: #8C8C8C. Windows color (decimal): -4486632 or 1608379. OLE color: 1608379.

HSL color Cylindrical-coordinate representation of color #BB8A18: hue angle of 41.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8A18 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18713824-
CMYK00.260.870.27
HSL41.96º77.25%41.37%-
HSV(B)41.96º87.17%73.33%-
XYZ29.7528.814.86-
YUV139.6562.73161.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=53.58%
G=39.54%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871382400.260.870.2741.9677.2541.37
HexBB8A1801A571B2a4d29
Octal27321230032127335211551
Binary1011101110001010110000110101010111110111010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A18; }

 p { color: rgb(187,138,24); }

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

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

 a { background-color: rgb(187,138,24); }

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

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

 span { border-color: rgb(187,138,24); }

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