#BE914D

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

Shades of Tussock #BE914D

Tints of Tussock #BE914D

Color information

#BE914D (or 0xBE914D) is unknown color: approx Tussock. HEX triplet: BE, 91 and 4D. RGB value is (190,145,77). Sum of RGB (Red+Green+Blue) = 190+145+77=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE914D is #416EB2. Grayscale: #979797. Windows color (decimal): -4288179 or 5083582. OLE color: 5083582.

HSL color Cylindrical-coordinate representation of color #BE914D: hue angle of 36.11º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE914D is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19014577-
CMYK00.240.590.25
HSL36.11º46.5%52.35%-
HSV(B)36.11º59.47%74.51%-
XYZ32.731.7311.42-
YUV150.786.41156.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=46.12%
G=35.19%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901457700.240.590.2536.1146.552.35
HexBE914D0183B19242f34
Octal2762211150307331445764
Binary1011111010010001100110101100011101111001100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE914D; }

 p { color: rgb(190,145,77); }

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

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

 a { background-color: rgb(190,145,77); }

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

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

 span { border-color: rgb(190,145,77); }

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