#BE7272

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

Shades of Contessa #BE7272

Tints of Contessa #BE7272

Color information

#BE7272 (or 0xBE7272) is unknown color: approx Contessa. HEX triplet: BE, 72 and 72. RGB value is (190,114,114). Sum of RGB (Red+Green+Blue) = 190+114+114=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7272 is #418D8D. Grayscale: #888888. Windows color (decimal): -4296078 or 7500478. OLE color: 7500478.

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

Color convert

RGB190114114-
CMYK00.400.400.25
HSL36.89%59.61%-
HSV(B)40%74.51%-
XYZ30.2924.218.99-
YUV136.72115.18166-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011411400.400.400.25036.8959.61
HexBE727202828190253c
Octal276162162050503104574
Binary10111110111001011100100101000101000110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7272; }

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

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

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

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

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

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

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

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