#BE994D

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

Shades of Tussock #BE994D

Tints of Tussock #BE994D

Color information

#BE994D (or 0xBE994D) is unknown color: approx Tussock. HEX triplet: BE, 99 and 4D. RGB value is (190,153,77). Sum of RGB (Red+Green+Blue) = 190+153+77=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE994D is #4166B2. Grayscale: #9B9B9B. Windows color (decimal): -4286131 or 5085630. OLE color: 5085630.

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

Color convert

RGB19015377-
CMYK00.190.590.25
HSL40.35º46.5%52.35%-
HSV(B)40.35º59.47%74.51%-
XYZ33.9734.2711.84-
YUV155.483.76152.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=45.24%
G=36.43%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901537700.190.590.2540.3546.552.35
HexBE994D0133B19282f34
Octal2762311150237331505764
Binary1011111010011001100110101001111101111001101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE994D; }

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

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

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

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

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

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

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

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