#B5914D

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

Shades of Tussock #B5914D

Tints of Tussock #B5914D

Color information

#B5914D (or 0xB5914D) is unknown color: approx Tussock. HEX triplet: B5, 91 and 4D. RGB value is (181,145,77). Sum of RGB (Red+Green+Blue) = 181+145+77=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5914D is #4A6EB2. Grayscale: #949494. Windows color (decimal): -4878003 or 5083573. OLE color: 5083573.

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

Color convert

RGB18114577-
CMYK00.200.570.29
HSL39.23º41.27%50.59%-
HSV(B)39.23º57.46%70.98%-
XYZ30.5230.6111.32-
YUV148.0187.93151.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=44.91%
G=35.98%
B=19.11%

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
Decimal1811457700.200.570.2939.2341.2750.59
HexB5914D014391D272933
Octal2652211150247135475163
Binary1011010110010001100110101010011100111101100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5914D; }

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

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

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

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

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

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

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

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