#b58a21

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

Shades of Nugget #B58A21

Tints of Nugget #B58A21

Color information

#B58A21 (or 0xB58A21) is unknown color: approx Nugget. HEX triplet: B5, 8A and 21. RGB value is (181,138,33). Sum of RGB (Red+Green+Blue) = 181+138+33=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A21 is #4A75DE. Grayscale: #8B8B8B. Windows color (decimal): -4879839 or 2198197. OLE color: 2198197.

HSL color Cylindrical-coordinate representation of color #B58A21: hue angle of 42.57º 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 #B58A21 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18113833-
CMYK00.240.820.29
HSL42.57º69.16%41.96%-
HSV(B)42.57º81.77%70.98%-
XYZ28.4228.115.37-
YUV138.8968.25158.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=51.42%
G=39.20%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811383300.240.820.2942.5769.1641.96
HexB58A21018521D2b452a
Octal26521241030122355310552
Binary10110101100010101000010110001010010111011010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58a21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58a21; }

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

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

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

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

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

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

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

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