#BE9044

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

Shades of Tussock #BE9044

Tints of Tussock #BE9044

Color information

#BE9044 (or 0xBE9044) is unknown color: approx Tussock. HEX triplet: BE, 90 and 44. RGB value is (190,144,68). Sum of RGB (Red+Green+Blue) = 190+144+68=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9044 is #416FBB. Grayscale: #959595. Windows color (decimal): -4288444 or 4493502. OLE color: 4493502.

HSL color Cylindrical-coordinate representation of color #BE9044: hue angle of 37.38º 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 #BE9044 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19014468-
CMYK00.240.640.25
HSL37.38º48.41%50.59%-
HSV(B)37.38º64.21%74.51%-
XYZ32.2531.319.81-
YUV149.0982.24157.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=47.26%
G=35.82%
B=16.92%

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
Decimal1901446800.240.640.2537.3848.4150.59
HexBE90440184019253033
Octal27622010403010031456063
Binary10111110100100001000100011000100000011001100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9044; }

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

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

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

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

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

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

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

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