#B58D1F

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

Shades of Nugget #B58D1F

Tints of Nugget #B58D1F

Color information

#B58D1F (or 0xB58D1F) is unknown color: approx Nugget. HEX triplet: B5, 8D and 1F. RGB value is (181,141,31). Sum of RGB (Red+Green+Blue) = 181+141+31=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D1F is #4A72E0. Grayscale: #8C8C8C. Windows color (decimal): -4879073 or 2067893. OLE color: 2067893.

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

Color convert

RGB18114131-
CMYK00.220.830.29
HSL44º70.75%41.57%-
HSV(B)44º82.87%70.98%-
XYZ28.8328.975.37-
YUV140.4266.25156.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=51.27%
G=39.94%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811413100.220.830.294470.7541.57
HexB58D1F016531D2c472a
Octal26521537026123355410752
Binary1011010110001101111110101101010011111011011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D1F; }

 p { color: rgb(181,141,31); }

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

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

 a { background-color: rgb(181,141,31); }

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

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

 span { border-color: rgb(181,141,31); }

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