#BE7473

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

Shades of Contessa #BE7473

Tints of Contessa #BE7473

Color information

#BE7473 (or 0xBE7473) is unknown color: approx Contessa. HEX triplet: BE, 74 and 73. RGB value is (190,116,115). Sum of RGB (Red+Green+Blue) = 190+116+115=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7473 is #418B8C. Grayscale: #8A8A8A. Windows color (decimal): -4295565 or 7566526. OLE color: 7566526.

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

Color convert

RGB190116115-
CMYK00.390.390.25
HSL0.8º36.59%59.8%-
HSV(B)0.8º39.47%74.51%-
XYZ30.5824.6819.37-
YUV138.01115.02165.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=45.13%
G=27.55%
B=27.32%

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
Decimal19011611500.390.390.250.836.5959.8
HexBE747302727191253c
Octal276164163047473114574
Binary10111110111010011100110100111100111110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7473; }

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

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

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

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

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

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

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

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