#BE8845

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

Shades of Tussock #BE8845

Tints of Tussock #BE8845

Color information

#BE8845 (or 0xBE8845) is unknown color: approx Tussock. HEX triplet: BE, 88 and 45. RGB value is (190,136,69). Sum of RGB (Red+Green+Blue) = 190+136+69=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8845 is #4177BA. Grayscale: #909090. Windows color (decimal): -4290491 or 4556990. OLE color: 4556990.

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

Color convert

RGB19013669-
CMYK00.280.640.25
HSL33.22º48.21%50.78%-
HSV(B)33.22º63.68%74.51%-
XYZ31.1128.999.59-
YUV144.5185.39160.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=48.10%
G=34.43%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901366900.280.640.2533.2248.2150.78
HexBE884501C4019213033
Octal27621010503410031416063
Binary10111110100010001000101011100100000011001100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8845; }

 p { color: rgb(190,136,69); }

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

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

 a { background-color: rgb(190,136,69); }

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

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

 span { border-color: rgb(190,136,69); }

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