#BB6E09

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

Shades of Dark Goldenrod #BB6E09

Tints of Dark Goldenrod #BB6E09

Color information

#BB6E09 (or 0xBB6E09) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 6E and 09. RGB value is (187,110,9). Sum of RGB (Red+Green+Blue) = 187+110+9=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E09 is #4491F6. Grayscale: #797979. Windows color (decimal): -4493815 or 618171. OLE color: 618171.

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

Color convert

RGB1871109-
CMYK00.410.950.27
HSL34.04º90.82%38.43%-
HSV(B)34.04º95.19%73.33%-
XYZ26.1221.743.08-
YUV121.5164.51174.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 9 (3.91% from 255) = 2.94%
R=61.11%
G=35.95%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187110900.410.950.2734.0490.8238.43
HexBB6E90295F1B225b26
Octal27315611051137334213346
Binary101110111101110100101010011011111110111000101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E09; }

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

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

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

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

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

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

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

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