#BE8A4F

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

Shades of Tussock #BE8A4F

Tints of Tussock #BE8A4F

Color information

#BE8A4F (or 0xBE8A4F) is unknown color: approx Tussock. HEX triplet: BE, 8A and 4F. RGB value is (190,138,79). Sum of RGB (Red+Green+Blue) = 190+138+79=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A4F is #4175B0. Grayscale: #939393. Windows color (decimal): -4289969 or 5212862. OLE color: 5212862.

HSL color Cylindrical-coordinate representation of color #BE8A4F: hue angle of 31.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8A4F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19013879-
CMYK00.270.580.25
HSL31.89º46.06%52.75%-
HSV(B)31.89º58.42%74.51%-
XYZ31.7329.6911.45-
YUV146.8289.73158.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=46.68%
G=33.91%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901387900.270.580.2531.8946.0652.75
HexBE8A4F01B3A19202e35
Octal2762121170337231405665
Binary1011111010001010100111101101111101011001100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A4F; }

 p { color: rgb(190,138,79); }

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

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

 a { background-color: rgb(190,138,79); }

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

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

 span { border-color: rgb(190,138,79); }

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