#BB8707

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

Shades of Dark Goldenrod #BB8707

Tints of Dark Goldenrod #BB8707

Color information

#BB8707 (or 0xBB8707) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 87 and 07. RGB value is (187,135,7). Sum of RGB (Red+Green+Blue) = 187+135+7=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8707 is #4478F8. Grayscale: #888888. Windows color (decimal): -4487417 or 493499. OLE color: 493499.

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

Color convert

RGB1871357-
CMYK00.280.960.27
HSL42.67º92.78%38.04%-
HSV(B)42.67º96.26%73.33%-
XYZ29.227.914.05-
YUV135.9655.23164.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=56.84%
G=41.03%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187135700.280.960.2742.6792.7838.04
HexBB87701C601B2b5d26
Octal2732077034140335313546
Binary10111011100001111110111001100000110111010111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8707; }

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

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

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

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

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

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

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

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