#BE7973

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

Shades of Contessa #BE7973

Tints of Contessa #BE7973

Color information

#BE7973 (or 0xBE7973) is unknown color: approx Contessa. HEX triplet: BE, 79 and 73. RGB value is (190,121,115). Sum of RGB (Red+Green+Blue) = 190+121+115=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7973 is #41868C. Grayscale: #8D8D8D. Windows color (decimal): -4294285 or 7567806. OLE color: 7567806.

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

Color convert

RGB190121115-
CMYK00.360.390.25
HSL4.8º36.59%59.8%-
HSV(B)4.8º39.47%74.51%-
XYZ31.1725.8619.57-
YUV140.95113.36162.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=44.60%
G=28.40%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012111500.360.390.254.836.5959.8
HexBE797302427195253c
Octal276171163044473154574
Binary1011111011110011110011010010010011111001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7973; }

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

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

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

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

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

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

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

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