#BE9750

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

Shades of Tussock #BE9750

Tints of Tussock #BE9750

Color information

#BE9750 (or 0xBE9750) is unknown color: approx Tussock. HEX triplet: BE, 97 and 50. RGB value is (190,151,80). Sum of RGB (Red+Green+Blue) = 190+151+80=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9750 is #4168AF. Grayscale: #9A9A9A. Windows color (decimal): -4286640 or 5281726. OLE color: 5281726.

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

Color convert

RGB19015180-
CMYK00.210.580.25
HSL38.73º45.83%52.94%-
HSV(B)38.73º57.89%74.51%-
XYZ33.7533.6612.31-
YUV154.5785.92153.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=45.13%
G=35.87%
B=19.00%

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
Decimal1901518000.210.580.2538.7345.8352.94
HexBE97500153A19272e35
Octal2762271200257231475665
Binary1011111010010111101000001010111101011001100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9750; }

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

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

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

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

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

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

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

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