#b58e21

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

Shades of Nugget #B58E21

Tints of Nugget #B58E21

Color information

#B58E21 (or 0xB58E21) is unknown color: approx Nugget. HEX triplet: B5, 8E and 21. RGB value is (181,142,33). Sum of RGB (Red+Green+Blue) = 181+142+33=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E21 is #4A71DE. Grayscale: #8D8D8D. Windows color (decimal): -4878815 or 2199221. OLE color: 2199221.

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

Color convert

RGB18114233-
CMYK00.220.820.29
HSL44.19º69.16%41.96%-
HSV(B)44.19º81.77%70.98%-
XYZ2929.285.56-
YUV141.2466.92156.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=50.84%
G=39.89%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811423300.220.820.2944.1969.1641.96
HexB58E21016521D2c452a
Octal26521641026122355410552
Binary10110101100011101000010101101010010111011011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58e21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58e21; }

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

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

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

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

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

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

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

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