#B58D28

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

Shades of Nugget #B58D28

Tints of Nugget #B58D28

Color information

#B58D28 (or 0xB58D28) is unknown color: approx Nugget. HEX triplet: B5, 8D and 28. RGB value is (181,141,40). Sum of RGB (Red+Green+Blue) = 181+141+40=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D28 is #4A72D7. Grayscale: #8D8D8D. Windows color (decimal): -4879064 or 2657717. OLE color: 2657717.

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

Color convert

RGB18114140-
CMYK00.220.780.29
HSL42.98º63.8%43.33%-
HSV(B)42.98º77.9%70.98%-
XYZ28.9629.036.08-
YUV141.4570.75156.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 40 (16.02% from 255) = 11.05%
R=50%
G=38.95%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811414000.220.780.2942.9863.843.33
HexB58D280164E1D2b402b
Octal26521550026116355310053
Binary10110101100011011010000101101001110111011010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D28; }

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

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

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

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

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

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

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

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