#BE7570

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

Shades of Contessa #BE7570

Tints of Contessa #BE7570

Color information

#BE7570 (or 0xBE7570) is unknown color: approx Contessa. HEX triplet: BE, 75 and 70. RGB value is (190,117,112). Sum of RGB (Red+Green+Blue) = 190+117+112=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7570 is #418A8F. Grayscale: #8A8A8A. Windows color (decimal): -4295312 or 7370174. OLE color: 7370174.

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

Color convert

RGB190117112-
CMYK00.380.410.25
HSL3.85º37.5%59.22%-
HSV(B)3.85º41.05%74.51%-
XYZ30.5224.8418.52-
YUV138.26113.18164.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=45.35%
G=27.92%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011711200.380.410.253.8537.559.22
HexBE757002629194263b
Octal276165160046513144673
Binary1011111011101011110000010011010100111001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7570; }

 p { color: rgb(190,117,112); }

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

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

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

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

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

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

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