#BE8A4D

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

Shades of Tussock #BE8A4D

Tints of Tussock #BE8A4D

Color information

#BE8A4D (or 0xBE8A4D) is unknown color: approx Tussock. HEX triplet: BE, 8A and 4D. RGB value is (190,138,77). Sum of RGB (Red+Green+Blue) = 190+138+77=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A4D is #4175B2. Grayscale: #929292. Windows color (decimal): -4289971 or 5081790. OLE color: 5081790.

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

Color convert

RGB19013877-
CMYK00.270.590.25
HSL32.39º46.5%52.35%-
HSV(B)32.39º59.47%74.51%-
XYZ31.6629.6611.08-
YUV146.5988.73158.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=46.91%
G=34.07%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901387700.270.590.2532.3946.552.35
HexBE8A4D01B3B19202f34
Octal2762121150337331405764
Binary1011111010001010100110101101111101111001100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A4D; }

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

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

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

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

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

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

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

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