#BB7809

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

Shades of Dark Goldenrod #BB7809

Tints of Dark Goldenrod #BB7809

Color information

#BB7809 (or 0xBB7809) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 78 and 09. RGB value is (187,120,9). Sum of RGB (Red+Green+Blue) = 187+120+9=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7809 is #4487F6. Grayscale: #7F7F7F. Windows color (decimal): -4491255 or 620731. OLE color: 620731.

HSL color Cylindrical-coordinate representation of color #BB7809: hue angle of 37.42º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB7809 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1871209-
CMYK00.360.950.27
HSL37.42º90.82%38.43%-
HSV(B)37.42º95.19%73.33%-
XYZ27.2624.023.46-
YUV127.3861.2170.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.18%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 9 (3.91% from 255) = 2.85%
R=59.18%
G=37.97%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187120900.360.950.2737.4290.8238.43
HexBB7890245F1B255b26
Octal27317011044137334513346
Binary101110111111000100101001001011111110111001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7809; }

 p { color: rgb(187,120,9); }

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

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

 a { background-color: rgb(187,120,9); }

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

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

 span { border-color: rgb(187,120,9); }

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