#BE9548

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

Shades of Tussock #BE9548

Tints of Tussock #BE9548

Color information

#BE9548 (or 0xBE9548) is unknown color: approx Tussock. HEX triplet: BE, 95 and 48. RGB value is (190,149,72). Sum of RGB (Red+Green+Blue) = 190+149+72=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9548 is #416AB7. Grayscale: #989898. Windows color (decimal): -4287160 or 4756926. OLE color: 4756926.

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

Color convert

RGB19014972-
CMYK00.220.620.25
HSL39.15º47.58%51.37%-
HSV(B)39.15º62.11%74.51%-
XYZ33.1532.9110.74-
YUV152.4882.58154.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=46.23%
G=36.25%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901497200.220.620.2539.1547.5851.37
HexBE95480163E19273033
Octal2762251100267631476063
Binary1011111010010101100100001011011111011001100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9548; }

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

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

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

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

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

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

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

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