#BE9A50

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

Shades of Tussock #BE9A50

Tints of Tussock #BE9A50

Color information

#BE9A50 (or 0xBE9A50) is unknown color: approx Tussock. HEX triplet: BE, 9A and 50. RGB value is (190,154,80). Sum of RGB (Red+Green+Blue) = 190+154+80=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A50 is #4165AF. Grayscale: #9C9C9C. Windows color (decimal): -4285872 or 5282494. OLE color: 5282494.

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

Color convert

RGB19015480-
CMYK00.190.580.25
HSL40.36º45.83%52.94%-
HSV(B)40.36º57.89%74.51%-
XYZ34.2434.6412.47-
YUV156.3384.93152.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=44.81%
G=36.32%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901548000.190.580.2540.3645.8352.94
HexBE9A500133A19282e35
Octal2762321200237231505665
Binary1011111010011010101000001001111101011001101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A50; }

 p { color: rgb(190,154,80); }

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

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

 a { background-color: rgb(190,154,80); }

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

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

 span { border-color: rgb(190,154,80); }

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