#BE864D

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

Shades of Tussock #BE864D

Tints of Tussock #BE864D

Color information

#BE864D (or 0xBE864D) is unknown color: approx Tussock. HEX triplet: BE, 86 and 4D. RGB value is (190,134,77). Sum of RGB (Red+Green+Blue) = 190+134+77=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE864D is #4179B2. Grayscale: #909090. Windows color (decimal): -4290995 or 5080766. OLE color: 5080766.

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

Color convert

RGB19013477-
CMYK00.290.590.25
HSL30.27º46.5%52.35%-
HSV(B)30.27º59.47%74.51%-
XYZ31.128.5310.89-
YUV144.2590.05160.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=47.38%
G=33.42%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901347700.290.590.2530.2746.552.35
HexBE864D01D3B191e2f34
Octal2762061150357331365764
Binary101111101000011010011010111011110111100111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE864D; }

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

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

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

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

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

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

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

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