#B58A4B

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

Shades of Tussock #B58A4B

Tints of Tussock #B58A4B

Color information

#B58A4B (or 0xB58A4B) is unknown color: approx Tussock. HEX triplet: B5, 8A and 4B. RGB value is (181,138,75). Sum of RGB (Red+Green+Blue) = 181+138+75=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A4B is #4A75B4. Grayscale: #8F8F8F. Windows color (decimal): -4879797 or 4950709. OLE color: 4950709.

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

Color convert

RGB18113875-
CMYK00.240.590.29
HSL35.66º41.73%50.2%-
HSV(B)35.66º58.56%70.98%-
XYZ29.4128.5110.61-
YUV143.6889.25154.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=45.94%
G=35.03%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811387500.240.590.2935.6641.7350.2
HexB58A4B0183B1D242a32
Octal2652121130307335445262
Binary1011010110001010100101101100011101111101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A4B; }

 p { color: rgb(181,138,75); }

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

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

 a { background-color: rgb(181,138,75); }

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

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

 span { border-color: rgb(181,138,75); }

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