#BE6764

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

Shades of Contessa #BE6764

Tints of Contessa #BE6764

Color information

#BE6764 (or 0xBE6764) is unknown color: approx Contessa. HEX triplet: BE, 67 and 64. RGB value is (190,103,100). Sum of RGB (Red+Green+Blue) = 190+103+100=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6764 is #41989B. Grayscale: #808080. Windows color (decimal): -4298908 or 6580158. OLE color: 6580158.

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

Color convert

RGB190103100-
CMYK00.460.470.25
HSL40.91%56.86%-
HSV(B)47.37%74.51%-
XYZ28.3921.5714.72-
YUV128.67111.82171.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=48.35%
G=26.21%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010310000.460.470.25240.9156.86
HexBE676402E2F1922939
Octal276147144056573125171
Binary101111101100111110010001011101011111100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6764; }

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

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

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

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

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

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

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

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