#BE7472

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

Shades of Contessa #BE7472

Tints of Contessa #BE7472

Color information

#BE7472 (or 0xBE7472) is unknown color: approx Contessa. HEX triplet: BE, 74 and 72. RGB value is (190,116,114). Sum of RGB (Red+Green+Blue) = 190+116+114=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7472 is #418B8D. Grayscale: #898989. Windows color (decimal): -4295566 or 7500990. OLE color: 7500990.

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

Color convert

RGB190116114-
CMYK00.390.400.25
HSL1.58º36.89%59.61%-
HSV(B)1.58º40%74.51%-
XYZ30.5224.6519.07-
YUV137.9114.52165.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=45.24%
G=27.62%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011611400.390.400.251.5836.8959.61
HexBE747202728192253c
Octal276164162047503124574
Binary101111101110100111001001001111010001100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7472; }

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

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

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

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

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

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

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

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