#BE8C49

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

Shades of Tussock #BE8C49

Tints of Tussock #BE8C49

Color information

#BE8C49 (or 0xBE8C49) is unknown color: approx Tussock. HEX triplet: BE, 8C and 49. RGB value is (190,140,73). Sum of RGB (Red+Green+Blue) = 190+140+73=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C49 is #4173B6. Grayscale: #939393. Windows color (decimal): -4289463 or 4820158. OLE color: 4820158.

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

Color convert

RGB19014073-
CMYK00.260.620.25
HSL34.36º47.37%51.57%-
HSV(B)34.36º61.58%74.51%-
XYZ31.8230.1810.45-
YUV147.3186.06158.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 140 (55.08% from 255) = 34.74%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=47.15%
G=34.74%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901407300.260.620.2534.3647.3751.57
HexBE8C4901A3E19222f34
Octal2762141110327631425764
Binary1011111010001100100100101101011111011001100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C49; }

 p { color: rgb(190,140,73); }

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

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

 a { background-color: rgb(190,140,73); }

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

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

 span { border-color: rgb(190,140,73); }

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