#BE874E

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

Shades of Tussock #BE874E

Tints of Tussock #BE874E

Color information

#BE874E (or 0xBE874E) is unknown color: approx Tussock. HEX triplet: BE, 87 and 4E. RGB value is (190,135,78). Sum of RGB (Red+Green+Blue) = 190+135+78=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE874E is #4178B1. Grayscale: #919191. Windows color (decimal): -4290738 or 5146558. OLE color: 5146558.

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

Color convert

RGB19013578-
CMYK00.290.590.25
HSL30.54º46.28%52.55%-
HSV(B)30.54º58.95%74.51%-
XYZ31.2728.8311.12-
YUV144.9590.22160.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=47.15%
G=33.50%
B=19.35%

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
Decimal1901357800.290.590.2530.5446.2852.55
HexBE874E01D3B191f2e35
Octal2762071160357331375665
Binary101111101000011110011100111011110111100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE874E; }

 p { color: rgb(190,135,78); }

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

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

 a { background-color: rgb(190,135,78); }

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

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

 span { border-color: rgb(190,135,78); }

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