#BE7373

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

Shades of Contessa #BE7373

Tints of Contessa #BE7373

Color information

#BE7373 (or 0xBE7373) is unknown color: approx Contessa. HEX triplet: BE, 73 and 73. RGB value is (190,115,115). Sum of RGB (Red+Green+Blue) = 190+115+115=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7373 is #418C8C. Grayscale: #898989. Windows color (decimal): -4295821 or 7566270. OLE color: 7566270.

HSL color Cylindrical-coordinate representation of color #BE7373: 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.39%. Process color model (Four color, CMYK) of #BE7373 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190115115-
CMYK00.390.390.25
HSL36.59%59.8%-
HSV(B)39.47%74.51%-
XYZ30.4624.4519.33-
YUV137.43115.35165.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511500.390.390.25036.5959.8
HexBE737302727190253c
Octal276163163047473104574
Binary10111110111001111100110100111100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7373; }

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

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

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

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

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

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

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

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