#B58F2B

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

Shades of Nugget #B58F2B

Tints of Nugget #B58F2B

Color information

#B58F2B (or 0xB58F2B) is unknown color: approx Nugget. HEX triplet: B5, 8F and 2B. RGB value is (181,143,43). Sum of RGB (Red+Green+Blue) = 181+143+43=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F2B is #4A70D4. Grayscale: #8F8F8F. Windows color (decimal): -4878549 or 2854837. OLE color: 2854837.

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

Color convert

RGB18114343-
CMYK00.210.760.29
HSL43.48º61.61%43.92%-
HSV(B)43.48º76.24%70.98%-
XYZ29.3129.646.46-
YUV142.9671.59155.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=49.32%
G=38.96%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811434300.210.760.2943.4861.6143.92
HexB58F2B0154C1D2b3e2c
Octal2652175302511435537654
Binary1011010110001111101011010101100110011101101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F2B; }

 p { color: rgb(181,143,43); }

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

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

 a { background-color: rgb(181,143,43); }

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

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

 span { border-color: rgb(181,143,43); }

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