#BB7F08

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

Shades of Dark Goldenrod #BB7F08

Tints of Dark Goldenrod #BB7F08

Color information

#BB7F08 (or 0xBB7F08) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 7F and 08. RGB value is (187,127,8). Sum of RGB (Red+Green+Blue) = 187+127+8=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7F08 is #4480F7. Grayscale: #838383. Windows color (decimal): -4489464 or 556987. OLE color: 556987.

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

Color convert

RGB1871278-
CMYK00.320.960.27
HSL39.89º91.79%38.24%-
HSV(B)39.89º95.72%73.33%-
XYZ28.1325.763.72-
YUV131.3758.38167.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=58.07%
G=39.44%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187127800.320.960.2739.8991.7938.24
HexBB7F8020601B285c26
Octal27317710040140335013446
Binary101110111111111100001000001100000110111010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F08; }

 p { color: rgb(187,127,8); }

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

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

 a { background-color: rgb(187,127,8); }

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

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

 span { border-color: rgb(187,127,8); }

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