#BE9A53

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

Shades of Tussock #BE9A53

Tints of Tussock #BE9A53

Color information

#BE9A53 (or 0xBE9A53) is unknown color: approx Tussock. HEX triplet: BE, 9A and 53. RGB value is (190,154,83). Sum of RGB (Red+Green+Blue) = 190+154+83=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A53 is #4165AC. Grayscale: #9C9C9C. Windows color (decimal): -4285869 or 5479102. OLE color: 5479102.

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

Color convert

RGB19015483-
CMYK00.190.560.25
HSL39.81º45.15%53.53%-
HSV(B)39.81º56.32%74.51%-
XYZ34.3534.6813.07-
YUV156.6786.43151.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 83 (32.81% from 255) = 19.44%
R=44.50%
G=36.07%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901548300.190.560.2539.8145.1553.53
HexBE9A530133819282d36
Octal2762321230237031505566
Binary1011111010011010101001101001111100011001101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A53; }

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

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

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

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

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

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

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

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