#B58B29

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

Shades of Nugget #B58B29

Tints of Nugget #B58B29

Color information

#B58B29 (or 0xB58B29) is unknown color: approx Nugget. HEX triplet: B5, 8B and 29. RGB value is (181,139,41). Sum of RGB (Red+Green+Blue) = 181+139+41=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B29 is #4A74D6. Grayscale: #8C8C8C. Windows color (decimal): -4879575 or 2722741. OLE color: 2722741.

HSL color Cylindrical-coordinate representation of color #B58B29: hue angle of 42º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B58B29 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18113941-
CMYK00.230.770.29
HSL42º63.06%43.53%-
HSV(B)42º77.35%70.98%-
XYZ28.6928.456.08-
YUV140.3971.91156.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 41 (16.41% from 255) = 11.36%
R=50.14%
G=38.50%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811394100.230.770.294263.0643.53
HexB58B290174D1D2a3f2c
Octal2652135102711535527754
Binary1011010110001011101001010111100110111101101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B29; }

 p { color: rgb(181,139,41); }

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

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

 a { background-color: rgb(181,139,41); }

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

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

 span { border-color: rgb(181,139,41); }

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