#B5914E

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

Shades of Tussock #B5914E

Tints of Tussock #B5914E

Color information

#B5914E (or 0xB5914E) is unknown color: approx Tussock. HEX triplet: B5, 91 and 4E. RGB value is (181,145,78). Sum of RGB (Red+Green+Blue) = 181+145+78=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5914E is #4A6EB1. Grayscale: #949494. Windows color (decimal): -4878002 or 5149109. OLE color: 5149109.

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

Color convert

RGB18114578-
CMYK00.200.570.29
HSL39.03º41.04%50.78%-
HSV(B)39.03º56.91%70.98%-
XYZ30.5630.6211.51-
YUV148.1388.43151.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=44.80%
G=35.89%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811457800.200.570.2939.0341.0450.78
HexB5914E014391D272933
Octal2652211160247135475163
Binary1011010110010001100111001010011100111101100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5914E; }

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

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

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

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

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

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

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

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