#BE7776

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

Shades of Contessa #BE7776

Tints of Contessa #BE7776

Color information

#BE7776 (or 0xBE7776) is unknown color: approx Contessa. HEX triplet: BE, 77 and 76. RGB value is (190,119,118). Sum of RGB (Red+Green+Blue) = 190+119+118=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7776 is #418889. Grayscale: #8C8C8C. Windows color (decimal): -4294794 or 7763902. OLE color: 7763902.

HSL color Cylindrical-coordinate representation of color #BE7776: hue angle of 0.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7776 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190119118-
CMYK00.370.380.25
HSL0.83º35.64%60.39%-
HSV(B)0.83º37.89%74.51%-
XYZ31.125.4520.41-
YUV140.11115.52163.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=44.50%
G=27.87%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911800.370.380.250.8335.6460.39
HexBE777602526191243c
Octal276167166045463114474
Binary10111110111011111101100100101100110110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7776; }

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

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

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

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

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

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

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

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