#BE9452

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

Shades of Tussock #BE9452

Tints of Tussock #BE9452

Color information

#BE9452 (or 0xBE9452) is unknown color: approx Tussock. HEX triplet: BE, 94 and 52. RGB value is (190,148,82). Sum of RGB (Red+Green+Blue) = 190+148+82=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9452 is #416BAD. Grayscale: #999999. Windows color (decimal): -4287406 or 5412030. OLE color: 5412030.

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

Color convert

RGB19014882-
CMYK00.220.570.25
HSL36.67º45.38%53.33%-
HSV(B)36.67º56.84%74.51%-
XYZ33.3532.7412.54-
YUV153.0387.91154.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=45.24%
G=35.24%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901488200.220.570.2536.6745.3853.33
HexBE94520163919252d35
Octal2762241220267131455565
Binary1011111010010100101001001011011100111001100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9452; }

 p { color: rgb(190,148,82); }

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

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

 a { background-color: rgb(190,148,82); }

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

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

 span { border-color: rgb(190,148,82); }

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