#BE7164

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

Shades of Contessa #BE7164

Tints of Contessa #BE7164

Color information

#BE7164 (or 0xBE7164) is unknown color: approx Contessa. HEX triplet: BE, 71 and 64. RGB value is (190,113,100). Sum of RGB (Red+Green+Blue) = 190+113+100=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7164 is #418E9B. Grayscale: #868686. Windows color (decimal): -4296348 or 6582718. OLE color: 6582718.

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

Color convert

RGB190113100-
CMYK00.410.470.25
HSL8.67º40.91%56.86%-
HSV(B)8.67º47.37%74.51%-
XYZ29.4423.6815.08-
YUV134.54108.51167.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=47.15%
G=28.04%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011310000.410.470.258.6740.9156.86
HexBE71640292F1992939
Octal2761611440515731115171
Binary10111110111000111001000101001101111110011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7164; }

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

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

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

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

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

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

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

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