#BE9651

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

Shades of Tussock #BE9651

Tints of Tussock #BE9651

Color information

#BE9651 (or 0xBE9651) is unknown color: approx Tussock. HEX triplet: BE, 96 and 51. RGB value is (190,150,81). Sum of RGB (Red+Green+Blue) = 190+150+81=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9651 is #4169AE. Grayscale: #9A9A9A. Windows color (decimal): -4286895 or 5347006. OLE color: 5347006.

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

Color convert

RGB19015081-
CMYK00.210.570.25
HSL37.98º45.61%53.14%-
HSV(B)37.98º57.37%74.51%-
XYZ33.6333.3512.45-
YUV154.0986.75153.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=45.13%
G=35.63%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901508100.210.570.2537.9845.6153.14
HexBE96510153919262e35
Octal2762261210257131465665
Binary1011111010010110101000101010111100111001100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9651; }

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

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

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

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

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

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

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

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