#BE7771

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

Shades of Contessa #BE7771

Tints of Contessa #BE7771

Color information

#BE7771 (or 0xBE7771) is unknown color: approx Contessa. HEX triplet: BE, 77 and 71. RGB value is (190,119,113). Sum of RGB (Red+Green+Blue) = 190+119+113=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7771 is #41888E. Grayscale: #8B8B8B. Windows color (decimal): -4294799 or 7436222. OLE color: 7436222.

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

Color convert

RGB190119113-
CMYK00.370.410.25
HSL4.68º37.2%59.41%-
HSV(B)4.68º40.53%74.51%-
XYZ30.8125.3318.89-
YUV139.54113.02163.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=45.02%
G=28.20%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911300.370.410.254.6837.259.41
HexBE777102529195253b
Octal276167161045513154573
Binary1011111011101111110001010010110100111001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7771; }

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

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

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

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

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

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

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

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