#BE7664

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

Shades of Contessa #BE7664

Tints of Contessa #BE7664

Color information

#BE7664 (or 0xBE7664) is unknown color: approx Contessa. HEX triplet: BE, 76 and 64. RGB value is (190,118,100). Sum of RGB (Red+Green+Blue) = 190+118+100=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7664 is #41899B. Grayscale: #898989. Windows color (decimal): -4295068 or 6583998. OLE color: 6583998.

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

Color convert

RGB190118100-
CMYK00.380.470.25
HSL12º40.91%56.86%-
HSV(B)12º47.37%74.51%-
XYZ30.0124.8215.27-
YUV137.48106.85165.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=46.57%
G=28.92%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011810000.380.470.251240.9156.86
HexBE76640262F19c2939
Octal2761661440465731145171
Binary10111110111011011001000100110101111110011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7664; }

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

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

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

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

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

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

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

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