#B58F4E

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

Shades of Tussock #B58F4E

Tints of Tussock #B58F4E

Color information

#B58F4E (or 0xB58F4E) is unknown color: approx Tussock. HEX triplet: B5, 8F and 4E. RGB value is (181,143,78). Sum of RGB (Red+Green+Blue) = 181+143+78=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F4E is #4A70B1. Grayscale: #939393. Windows color (decimal): -4878514 or 5148597. OLE color: 5148597.

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

Color convert

RGB18114378-
CMYK00.210.570.29
HSL37.86º41.04%50.78%-
HSV(B)37.86º56.91%70.98%-
XYZ30.2530.0211.41-
YUV146.9589.09152.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=45.02%
G=35.57%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811437800.210.570.2937.8641.0450.78
HexB58F4E015391D262933
Octal2652171160257135465163
Binary1011010110001111100111001010111100111101100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F4E; }

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

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

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

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

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

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

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

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