#BE8945

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

Shades of Tussock #BE8945

Tints of Tussock #BE8945

Color information

#BE8945 (or 0xBE8945) is unknown color: approx Tussock. HEX triplet: BE, 89 and 45. RGB value is (190,137,69). Sum of RGB (Red+Green+Blue) = 190+137+69=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8945 is #4176BA. Grayscale: #919191. Windows color (decimal): -4290235 or 4557246. OLE color: 4557246.

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

Color convert

RGB19013769-
CMYK00.280.640.25
HSL33.72º48.21%50.78%-
HSV(B)33.72º63.68%74.51%-
XYZ31.2629.279.63-
YUV145.185.06160.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=47.98%
G=34.60%
B=17.42%

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
Decimal1901376900.280.640.2533.7248.2150.78
HexBE894501C4019223033
Octal27621110503410031426063
Binary10111110100010011000101011100100000011001100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8945; }

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

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

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

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

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

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

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

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