#B58B2A

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

Shades of Nugget #B58B2A

Tints of Nugget #B58B2A

Color information

#B58B2A (or 0xB58B2A) is unknown color: approx Nugget. HEX triplet: B5, 8B and 2A. RGB value is (181,139,42). Sum of RGB (Red+Green+Blue) = 181+139+42=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B2A is #4A74D5. Grayscale: #8C8C8C. Windows color (decimal): -4879574 or 2788277. OLE color: 2788277.

HSL color Cylindrical-coordinate representation of color #B58B2A: hue angle of 41.87º degrees, saturation: 0.62, 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 #B58B2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18113942-
CMYK00.230.770.29
HSL41.87º62.33%43.73%-
HSV(B)41.87º76.8%70.98%-
XYZ28.7128.466.17-
YUV140.572.41156.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 42 (16.80% from 255) = 11.60%
R=50%
G=38.40%
B=11.60%

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
Decimal1811394200.230.770.2941.8762.3343.73
HexB58B2A0174D1D2a3e2c
Octal2652135202711535527654
Binary1011010110001011101010010111100110111101101010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B2A; }

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

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

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

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

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

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

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

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