#B58E26

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

Shades of Nugget #B58E26

Tints of Nugget #B58E26

Color information

#B58E26 (or 0xB58E26) is unknown color: approx Nugget. HEX triplet: B5, 8E and 26. RGB value is (181,142,38). Sum of RGB (Red+Green+Blue) = 181+142+38=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E26 is #4A71D9. Grayscale: #8E8E8E. Windows color (decimal): -4878810 or 2526901. OLE color: 2526901.

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

Color convert

RGB18114238-
CMYK00.220.790.29
HSL43.64º65.3%42.94%-
HSV(B)43.64º79.01%70.98%-
XYZ29.0829.315.96-
YUV141.869.42155.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=50.14%
G=39.34%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811423800.220.790.2943.6465.342.94
HexB58E260164F1D2c412b
Octal26521646026117355410153
Binary10110101100011101001100101101001111111011011001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E26; }

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

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

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

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

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

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

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

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