#BE9451

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

Shades of Tussock #BE9451

Tints of Tussock #BE9451

Color information

#BE9451 (or 0xBE9451) is unknown color: approx Tussock. HEX triplet: BE, 94 and 51. RGB value is (190,148,81). Sum of RGB (Red+Green+Blue) = 190+148+81=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9451 is #416BAE. Grayscale: #999999. Windows color (decimal): -4287407 or 5346494. OLE color: 5346494.

HSL color Cylindrical-coordinate representation of color #BE9451: hue angle of 36.88º degrees, saturation: 0.46, 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 #BE9451 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19014881-
CMYK00.220.570.25
HSL36.88º45.61%53.14%-
HSV(B)36.88º57.37%74.51%-
XYZ33.3132.7212.34-
YUV152.9287.41154.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=45.35%
G=35.32%
B=19.33%

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
Decimal1901488100.220.570.2536.8845.6153.14
HexBE94510163919252e35
Octal2762241210267131455665
Binary1011111010010100101000101011011100111001100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9451; }

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

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

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

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

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

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

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

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