#BB8000

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

Shades of Dark Goldenrod #BB8000

Tints of Dark Goldenrod #BB8000

Color information

#BB8000 (or 0xBB8000) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 80 and 00. RGB value is (187,128,0). Sum of RGB (Red+Green+Blue) = 187+128+0=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8000 is #447FFF. Grayscale: #838383. Windows color (decimal): -4489216 or 32955. OLE color: 32955.

HSL color Cylindrical-coordinate representation of color #BB8000: hue angle of 41.07º 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 #BB8000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1871280-
CMYK00.3210.27
HSL41.07º100%36.67%-
HSV(B)41.07º100%73.33%-
XYZ28.21263.53-
YUV131.0554.05167.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.37%
G=40.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187128000.3210.2741.0710036.67
HexBB800020641B296425
Octal2732000040144335114445
Binary1011101110000000001000001100100110111010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8000; }

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

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

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

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

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

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

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

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