#BB7E0A

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

Shades of Dark Goldenrod #BB7E0A

Tints of Dark Goldenrod #BB7E0A

Color information

#BB7E0A (or 0xBB7E0A) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 7E and 0A. RGB value is (187,126,10). Sum of RGB (Red+Green+Blue) = 187+126+10=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7E0A is #4481F5. Grayscale: #838383. Windows color (decimal): -4489718 or 687803. OLE color: 687803.

HSL color Cylindrical-coordinate representation of color #BB7E0A: hue angle of 39.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB7E0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18712610-
CMYK00.330.950.27
HSL39.32º89.85%38.63%-
HSV(B)39.32º94.65%73.33%-
XYZ28.0125.513.73-
YUV131.0159.71167.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=57.89%
G=39.01%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871261000.330.950.2739.3289.8538.63
HexBB7EA0215F1B275a27
Octal27317612041137334713247
Binary101110111111110101001000011011111110111001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E0A; }

 p { color: rgb(187,126,10); }

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

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

 a { background-color: rgb(187,126,10); }

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

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

 span { border-color: rgb(187,126,10); }

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