#B58D4D

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

Shades of Tussock #B58D4D

Tints of Tussock #B58D4D

Color information

#B58D4D (or 0xB58D4D) is unknown color: approx Tussock. HEX triplet: B5, 8D and 4D. RGB value is (181,141,77). Sum of RGB (Red+Green+Blue) = 181+141+77=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D4D is #4A72B2. Grayscale: #919191. Windows color (decimal): -4879027 or 5082549. OLE color: 5082549.

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

Color convert

RGB18114177-
CMYK00.220.570.29
HSL36.92º41.27%50.59%-
HSV(B)36.92º57.46%70.98%-
XYZ29.9229.4111.12-
YUV145.6689.25153.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=45.36%
G=35.34%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811417700.220.570.2936.9241.2750.59
HexB58D4D016391D252933
Octal2652151150267135455163
Binary1011010110001101100110101011011100111101100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D4D; }

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

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

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

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

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

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

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

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