#B58F4F

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

Shades of Tussock #B58F4F

Tints of Tussock #B58F4F

Color information

#B58F4F (or 0xB58F4F) is unknown color: approx Tussock. HEX triplet: B5, 8F and 4F. RGB value is (181,143,79). Sum of RGB (Red+Green+Blue) = 181+143+79=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F4F is #4A70B0. Grayscale: #939393. Windows color (decimal): -4878513 or 5214133. OLE color: 5214133.

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

Color convert

RGB18114379-
CMYK00.210.560.29
HSL37.65º40.8%50.98%-
HSV(B)37.65º56.35%70.98%-
XYZ30.2930.0311.6-
YUV147.0789.59152.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=44.91%
G=35.48%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811437900.210.560.2937.6540.850.98
HexB58F4F015381D262933
Octal2652171170257035465163
Binary1011010110001111100111101010111100011101100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F4F; }

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

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

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

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

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

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

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

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