#BE7470

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

Shades of Contessa #BE7470

Tints of Contessa #BE7470

Color information

#BE7470 (or 0xBE7470) is unknown color: approx Contessa. HEX triplet: BE, 74 and 70. RGB value is (190,116,112). Sum of RGB (Red+Green+Blue) = 190+116+112=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7470 is #418B8F. Grayscale: #898989. Windows color (decimal): -4295568 or 7369918. OLE color: 7369918.

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

Color convert

RGB190116112-
CMYK00.390.410.25
HSL3.08º37.5%59.22%-
HSV(B)3.08º41.05%74.51%-
XYZ30.4124.6118.48-
YUV137.67113.52165.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=45.45%
G=27.75%
B=26.79%

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
Decimal19011611200.390.410.253.0837.559.22
HexBE747002729193263b
Octal276164160047513134673
Binary101111101110100111000001001111010011100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7470; }

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

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

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

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

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

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

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

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