#BE944D

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

Shades of Tussock #BE944D

Tints of Tussock #BE944D

Color information

#BE944D (or 0xBE944D) is unknown color: approx Tussock. HEX triplet: BE, 94 and 4D. RGB value is (190,148,77). Sum of RGB (Red+Green+Blue) = 190+148+77=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE944D is #416BB2. Grayscale: #989898. Windows color (decimal): -4287411 or 5084350. OLE color: 5084350.

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

Color convert

RGB19014877-
CMYK00.220.590.25
HSL37.7º46.5%52.35%-
HSV(B)37.7º59.47%74.51%-
XYZ33.1632.6611.58-
YUV152.4685.41154.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=45.78%
G=35.66%
B=18.55%

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
Decimal1901487700.220.590.2537.746.552.35
HexBE944D0163B19262f34
Octal2762241150267331465764
Binary1011111010010100100110101011011101111001100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE944D; }

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

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

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

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

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

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

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

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