#BE974E

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

Shades of Tussock #BE974E

Tints of Tussock #BE974E

Color information

#BE974E (or 0xBE974E) is unknown color: approx Tussock. HEX triplet: BE, 97 and 4E. RGB value is (190,151,78). Sum of RGB (Red+Green+Blue) = 190+151+78=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE974E is #4168B1. Grayscale: #9A9A9A. Windows color (decimal): -4286642 or 5150654. OLE color: 5150654.

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

Color convert

RGB19015178-
CMYK00.210.590.25
HSL39.11º46.28%52.55%-
HSV(B)39.11º58.95%74.51%-
XYZ33.6833.6311.92-
YUV154.3484.92153.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=45.35%
G=36.04%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901517800.210.590.2539.1146.2852.55
HexBE974E0153B19272e35
Octal2762271160257331475665
Binary1011111010010111100111001010111101111001100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE974E; }

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

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

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

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

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

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

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

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