#be8c4c

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

Shades of Tussock #BE8C4C

Tints of Tussock #BE8C4C

Color information

#BE8C4C (or 0xBE8C4C) is unknown color: approx Tussock. HEX triplet: BE, 8C and 4C. RGB value is (190,140,76). Sum of RGB (Red+Green+Blue) = 190+140+76=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C4C is #4173B3. Grayscale: #939393. Windows color (decimal): -4289460 or 5016766. OLE color: 5016766.

HSL color Cylindrical-coordinate representation of color #BE8C4C: hue angle of 33.68º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE8C4C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19014076-
CMYK00.260.600.25
HSL33.68º46.72%52.16%-
HSV(B)33.68º60%74.51%-
XYZ31.9230.2310.99-
YUV147.6587.56158.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=46.80%
G=34.48%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901407600.260.600.2533.6846.7252.16
HexBE8C4C01A3C19222f34
Octal2762141140327431425764
Binary1011111010001100100110001101011110011001100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8c4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8c4c; }

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

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

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

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

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

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

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

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