#BE9748

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

Shades of Tussock #BE9748

Tints of Tussock #BE9748

Color information

#BE9748 (or 0xBE9748) is unknown color: approx Tussock. HEX triplet: BE, 97 and 48. RGB value is (190,151,72). Sum of RGB (Red+Green+Blue) = 190+151+72=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9748 is #4168B7. Grayscale: #9A9A9A. Windows color (decimal): -4286648 or 4757438. OLE color: 4757438.

HSL color Cylindrical-coordinate representation of color #BE9748: hue angle of 40.17º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9748 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19015172-
CMYK00.210.620.25
HSL40.17º47.58%51.37%-
HSV(B)40.17º62.11%74.51%-
XYZ33.4733.5510.84-
YUV153.6681.92153.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=46.00%
G=36.56%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901517200.210.620.2540.1747.5851.37
HexBE97480153E19283033
Octal2762271100257631506063
Binary1011111010010111100100001010111111011001101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9748; }

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

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

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

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

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

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

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

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