#BE7371

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

Shades of Contessa #BE7371

Tints of Contessa #BE7371

Color information

#BE7371 (or 0xBE7371) is unknown color: approx Contessa. HEX triplet: BE, 73 and 71. RGB value is (190,115,113). Sum of RGB (Red+Green+Blue) = 190+115+113=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7371 is #418C8E. Grayscale: #898989. Windows color (decimal): -4295823 or 7435198. OLE color: 7435198.

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

Color convert

RGB190115113-
CMYK00.390.410.25
HSL1.56º37.2%59.41%-
HSV(B)1.56º40.53%74.51%-
XYZ30.3524.418.73-
YUV137.2114.35165.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=45.45%
G=27.51%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511300.390.410.251.5637.259.41
HexBE737102729192253b
Octal276163161047513124573
Binary101111101110011111000101001111010011100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7371; }

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

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

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

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

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

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

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

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