#BE9C53

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

Shades of Tussock #BE9C53

Tints of Tussock #BE9C53

Color information

#BE9C53 (or 0xBE9C53) is unknown color: approx Tussock. HEX triplet: BE, 9C and 53. RGB value is (190,156,83). Sum of RGB (Red+Green+Blue) = 190+156+83=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C53 is #4163AC. Grayscale: #9E9E9E. Windows color (decimal): -4285357 or 5479614. OLE color: 5479614.

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

Color convert

RGB19015683-
CMYK00.180.560.25
HSL40.93º45.15%53.53%-
HSV(B)40.93º56.32%74.51%-
XYZ34.6935.3513.18-
YUV157.8485.76150.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 19.35%
R=44.29%
G=36.36%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901568300.180.560.2540.9345.1553.53
HexBE9C530123819292d36
Octal2762341230227031515566
Binary1011111010011100101001101001011100011001101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C53; }

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

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

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

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

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

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

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

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