#BE8C4F

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

Shades of Tussock #BE8C4F

Tints of Tussock #BE8C4F

Color information

#BE8C4F (or 0xBE8C4F) is unknown color: approx Tussock. HEX triplet: BE, 8C and 4F. RGB value is (190,140,79). Sum of RGB (Red+Green+Blue) = 190+140+79=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C4F is #4173B0. Grayscale: #949494. Windows color (decimal): -4289457 or 5213374. OLE color: 5213374.

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

Color convert

RGB19014079-
CMYK00.260.580.25
HSL32.97º46.06%52.75%-
HSV(B)32.97º58.42%74.51%-
XYZ32.0230.2711.55-
YUV14889.06157.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=46.45%
G=34.23%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901407900.260.580.2532.9746.0652.75
HexBE8C4F01A3A19212e35
Octal2762141170327231415665
Binary1011111010001100100111101101011101011001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C4F; }

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

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

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

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

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

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

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

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