#B58C4B

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

Shades of Tussock #B58C4B

Tints of Tussock #B58C4B

Color information

#B58C4B (or 0xB58C4B) is unknown color: approx Tussock. HEX triplet: B5, 8C and 4B. RGB value is (181,140,75). Sum of RGB (Red+Green+Blue) = 181+140+75=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C4B is #4A73B4. Grayscale: #919191. Windows color (decimal): -4879285 or 4951221. OLE color: 4951221.

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

Color convert

RGB18114075-
CMYK00.230.590.29
HSL36.79º41.73%50.2%-
HSV(B)36.79º58.56%70.98%-
XYZ29.729.0910.71-
YUV144.8588.58153.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=45.71%
G=35.35%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811407500.230.590.2936.7941.7350.2
HexB58C4B0173B1D252a32
Octal2652141130277335455262
Binary1011010110001100100101101011111101111101100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C4B; }

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

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

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

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

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

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

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

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