#B58E0A

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

Shades of Dark Goldenrod #B58E0A

Tints of Dark Goldenrod #B58E0A

Color information

#B58E0A (or 0xB58E0A) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8E and 0A. RGB value is (181,142,10). Sum of RGB (Red+Green+Blue) = 181+142+10=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58E0A is #4A71F5. Grayscale: #8B8B8B. Windows color (decimal): -4878838 or 691893. OLE color: 691893.

HSL color Cylindrical-coordinate representation of color #B58E0A: hue angle of 46.32º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B58E0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18114210-
CMYK00.220.940.29
HSL46.32º89.53%37.45%-
HSV(B)46.32º94.48%70.98%-
XYZ28.7829.194.4-
YUV138.6155.42158.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=54.35%
G=42.64%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811421000.220.940.2946.3289.5337.45
HexB58EA0165E1D2e5a25
Octal26521612026136355613245
Binary101101011000111010100101101011110111011011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E0A; }

 p { color: rgb(181,142,10); }

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

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

 a { background-color: rgb(181,142,10); }

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

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

 span { border-color: rgb(181,142,10); }

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