#b58e00

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

Shades of Dark Goldenrod #B58E00

Tints of Dark Goldenrod #B58E00

Color information

#B58E00 (or 0xB58E00) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8E and 00. RGB value is (181,142,0). Sum of RGB (Red+Green+Blue) = 181+142+0=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58E00 is #4A71FF. Grayscale: #8A8A8A. Windows color (decimal): -4878848 or 36533. OLE color: 36533.

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

Color convert

RGB1811420-
CMYK00.2210.29
HSL47.07º100%35.49%-
HSV(B)47.07º100%70.98%-
XYZ28.7329.174.12-
YUV137.4750.42159.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.04%
G=43.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181142000.2210.2947.0710035.49
HexB58E0016641D2f6423
Octal2652160026144355714443
Binary101101011000111000101101100100111011011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58e00; }

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

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

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

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

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

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

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

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