#BE9C51

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

Shades of Tussock #BE9C51

Tints of Tussock #BE9C51

Color information

#BE9C51 (or 0xBE9C51) is unknown color: approx Tussock. HEX triplet: BE, 9C and 51. RGB value is (190,156,81). Sum of RGB (Red+Green+Blue) = 190+156+81=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C51 is #4163AE. Grayscale: #9D9D9D. Windows color (decimal): -4285359 or 5348542. OLE color: 5348542.

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

Color convert

RGB19015681-
CMYK00.180.570.25
HSL41.28º45.61%53.14%-
HSV(B)41.28º57.37%74.51%-
XYZ34.6135.3212.78-
YUV157.6284.76151.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=44.50%
G=36.53%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901568100.180.570.2541.2845.6153.14
HexBE9C510123919292e35
Octal2762341210227131515665
Binary1011111010011100101000101001011100111001101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C51; }

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

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

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

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

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

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

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

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