#B58F2E

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

Shades of Nugget #B58F2E

Tints of Nugget #B58F2E

Color information

#B58F2E (or 0xB58F2E) is unknown color: approx Nugget. HEX triplet: B5, 8F and 2E. RGB value is (181,143,46). Sum of RGB (Red+Green+Blue) = 181+143+46=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F2E is #4A70D1. Grayscale: #8F8F8F. Windows color (decimal): -4878546 or 3051445. OLE color: 3051445.

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

Color convert

RGB18114346-
CMYK00.210.750.29
HSL43.11º59.47%44.51%-
HSV(B)43.11º74.59%70.98%-
XYZ29.3729.676.76-
YUV143.373.09154.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=48.92%
G=38.65%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811434600.210.750.2943.1159.4744.51
HexB58F2E0154B1D2b3b2d
Octal2652175602511335537355
Binary1011010110001111101110010101100101111101101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F2E; }

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

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

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

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

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

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

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

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