#BB9607

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

Shades of Dark Goldenrod #BB9607

Tints of Dark Goldenrod #BB9607

Color information

#BB9607 (or 0xBB9607) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 96 and 07. RGB value is (187,150,7). Sum of RGB (Red+Green+Blue) = 187+150+7=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9607 is #4469F8. Grayscale: #919191. Windows color (decimal): -4483577 or 497339. OLE color: 497339.

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

Color convert

RGB1871507-
CMYK00.200.960.27
HSL47.67º92.78%38.04%-
HSV(B)47.67º96.26%73.33%-
XYZ31.4432.394.8-
YUV144.7650.26158.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=54.36%
G=43.60%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187150700.200.960.2747.6792.7838.04
HexBB967014601B305d26
Octal2732267024140336013546
Binary10111011100101101110101001100000110111100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9607; }

 p { color: rgb(187,150,7); }

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

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

 a { background-color: rgb(187,150,7); }

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

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

 span { border-color: rgb(187,150,7); }

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