#BE884D

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

Shades of Tussock #BE884D

Tints of Tussock #BE884D

Color information

#BE884D (or 0xBE884D) is unknown color: approx Tussock. HEX triplet: BE, 88 and 4D. RGB value is (190,136,77). Sum of RGB (Red+Green+Blue) = 190+136+77=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE884D is #4177B2. Grayscale: #919191. Windows color (decimal): -4290483 or 5081278. OLE color: 5081278.

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

Color convert

RGB19013677-
CMYK00.280.590.25
HSL31.33º46.5%52.35%-
HSV(B)31.33º59.47%74.51%-
XYZ31.3829.0910.98-
YUV145.4289.39159.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=47.15%
G=33.75%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901367700.280.590.2531.3346.552.35
HexBE884D01C3B191f2f34
Octal2762101150347331375764
Binary101111101000100010011010111001110111100111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE884D; }

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

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

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

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

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

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

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

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