#BE924E

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

Shades of Tussock #BE924E

Tints of Tussock #BE924E

Color information

#BE924E (or 0xBE924E) is unknown color: approx Tussock. HEX triplet: BE, 92 and 4E. RGB value is (190,146,78). Sum of RGB (Red+Green+Blue) = 190+146+78=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE924E is #416DB1. Grayscale: #979797. Windows color (decimal): -4287922 or 5149374. OLE color: 5149374.

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

Color convert

RGB19014678-
CMYK00.230.590.25
HSL36.43º46.28%52.55%-
HSV(B)36.43º58.95%74.51%-
XYZ32.8932.0511.66-
YUV151.486.58155.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=45.89%
G=35.27%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901467800.230.590.2536.4346.2852.55
HexBE924E0173B19242e35
Octal2762221160277331445665
Binary1011111010010010100111001011111101111001100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE924E; }

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

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

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

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

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

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

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

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