#BE9650

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

Shades of Tussock #BE9650

Tints of Tussock #BE9650

Color information

#BE9650 (or 0xBE9650) is unknown color: approx Tussock. HEX triplet: BE, 96 and 50. RGB value is (190,150,80). Sum of RGB (Red+Green+Blue) = 190+150+80=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9650 is #4169AF. Grayscale: #9A9A9A. Windows color (decimal): -4286896 or 5281470. OLE color: 5281470.

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

Color convert

RGB19015080-
CMYK00.210.580.25
HSL38.18º45.83%52.94%-
HSV(B)38.18º57.89%74.51%-
XYZ33.5933.3412.25-
YUV153.9886.25153.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=45.24%
G=35.71%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901508000.210.580.2538.1845.8352.94
HexBE96500153A19262e35
Octal2762261200257231465665
Binary1011111010010110101000001010111101011001100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9650; }

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

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

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

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

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

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

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

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