#BE6D64

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

Shades of Contessa #BE6D64

Tints of Contessa #BE6D64

Color information

#BE6D64 (or 0xBE6D64) is unknown color: approx Contessa. HEX triplet: BE, 6D and 64. RGB value is (190,109,100). Sum of RGB (Red+Green+Blue) = 190+109+100=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D64 is #41929B. Grayscale: #848484. Windows color (decimal): -4297372 or 6581694. OLE color: 6581694.

HSL color Cylindrical-coordinate representation of color #BE6D64: hue angle of 6º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6D64 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190109100-
CMYK00.430.470.25
HSL40.91%56.86%-
HSV(B)47.37%74.51%-
XYZ2922.814.93-
YUV132.19109.84169.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=47.62%
G=27.32%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010910000.430.470.25640.9156.86
HexBE6D6402B2F1962939
Octal276155144053573165171
Binary1011111011011011100100010101110111111001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D64; }

 p { color: rgb(190,109,100); }

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

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

 a { background-color: rgb(190,109,100); }

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

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

 span { border-color: rgb(190,109,100); }

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