#be9144

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

Shades of Tussock #BE9144

Tints of Tussock #BE9144

Color information

#BE9144 (or 0xBE9144) is unknown color: approx Tussock. HEX triplet: BE, 91 and 44. RGB value is (190,145,68). Sum of RGB (Red+Green+Blue) = 190+145+68=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9144 is #416EBB. Grayscale: #969696. Windows color (decimal): -4288188 or 4493758. OLE color: 4493758.

HSL color Cylindrical-coordinate representation of color #BE9144: hue angle of 37.87º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE9144 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19014568-
CMYK00.240.640.25
HSL37.87º48.41%50.59%-
HSV(B)37.87º64.21%74.51%-
XYZ32.431.629.86-
YUV149.6881.91156.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=47.15%
G=35.98%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901456800.240.640.2537.8748.4150.59
HexBE91440184019263033
Octal27622110403010031466063
Binary10111110100100011000100011000100000011001100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9144; }

 p { color: rgb(190,145,68); }

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

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

 a { background-color: rgb(190,145,68); }

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

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

 span { border-color: rgb(190,145,68); }

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