#BE944E

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

Shades of Tussock #BE944E

Tints of Tussock #BE944E

Color information

#BE944E (or 0xBE944E) is unknown color: approx Tussock. HEX triplet: BE, 94 and 4E. RGB value is (190,148,78). Sum of RGB (Red+Green+Blue) = 190+148+78=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE944E is #416BB1. Grayscale: #989898. Windows color (decimal): -4287410 or 5149886. OLE color: 5149886.

HSL color Cylindrical-coordinate representation of color #BE944E: hue angle of 37.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE944E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19014878-
CMYK00.220.590.25
HSL37.5º46.28%52.55%-
HSV(B)37.5º58.95%74.51%-
XYZ33.232.6811.77-
YUV152.5885.91154.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=45.67%
G=35.58%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901487800.220.590.2537.546.2852.55
HexBE944E0163B19262e35
Octal2762241160267331465665
Binary1011111010010100100111001011011101111001100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE944E; }

 p { color: rgb(190,148,78); }

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

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

 a { background-color: rgb(190,148,78); }

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

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

 span { border-color: rgb(190,148,78); }

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