#BE7171

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

Shades of Contessa #BE7171

Tints of Contessa #BE7171

Color information

#BE7171 (or 0xBE7171) is unknown color: approx Contessa. HEX triplet: BE, 71 and 71. RGB value is (190,113,113). Sum of RGB (Red+Green+Blue) = 190+113+113=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7171 is #418E8E. Grayscale: #888888. Windows color (decimal): -4296335 or 7434686. OLE color: 7434686.

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

Color convert

RGB190113113-
CMYK00.410.410.25
HSL37.2%59.41%-
HSV(B)40.53%74.51%-
XYZ30.1223.9518.66-
YUV136.02115.01166.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=45.67%
G=27.16%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011311300.410.410.25037.259.41
HexBE717102929190253b
Octal276161161051513104573
Binary10111110111000111100010101001101001110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7171; }

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

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

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

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

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

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

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

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