#BB8A00

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

Shades of Dark Goldenrod #BB8A00

Tints of Dark Goldenrod #BB8A00

Color information

#BB8A00 (or 0xBB8A00) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 8A and 00. RGB value is (187,138,0). Sum of RGB (Red+Green+Blue) = 187+138+0=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8A00 is #4475FF. Grayscale: #898989. Windows color (decimal): -4486656 or 35515. OLE color: 35515.

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

Color convert

RGB1871380-
CMYK00.2610.27
HSL44.28º100%36.67%-
HSV(B)44.28º100%73.33%-
XYZ29.5828.743.99-
YUV136.9250.73163.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.54%
G=42.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187138000.2610.2744.2810036.67
HexBB8A001A641B2c6425
Octal2732120032144335414445
Binary101110111000101000110101100100110111011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A00; }

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

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

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

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

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

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

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

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