#BB9507

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

Shades of Dark Goldenrod #BB9507

Tints of Dark Goldenrod #BB9507

Color information

#BB9507 (or 0xBB9507) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 95 and 07. RGB value is (187,149,7). Sum of RGB (Red+Green+Blue) = 187+149+7=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9507 is #446AF8. Grayscale: #909090. Windows color (decimal): -4483833 or 497083. OLE color: 497083.

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

Color convert

RGB1871497-
CMYK00.200.960.27
HSL47.33º92.78%38.04%-
HSV(B)47.33º96.26%73.33%-
XYZ31.2832.084.74-
YUV144.1750.59158.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 7 (3.12% from 255) = 2.04%
R=54.52%
G=43.44%
B=2.04%

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
Decimal187149700.200.960.2747.3392.7838.04
HexBB957014601B2f5d26
Octal2732257024140335713546
Binary10111011100101011110101001100000110111011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9507; }

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

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

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

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

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

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

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

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