#BE7370

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

Shades of Contessa #BE7370

Tints of Contessa #BE7370

Color information

#BE7370 (or 0xBE7370) is unknown color: approx Contessa. HEX triplet: BE, 73 and 70. RGB value is (190,115,112). Sum of RGB (Red+Green+Blue) = 190+115+112=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7370 is #418C8F. Grayscale: #898989. Windows color (decimal): -4295824 or 7369662. OLE color: 7369662.

HSL color Cylindrical-coordinate representation of color #BE7370: hue angle of 2.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7370 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190115112-
CMYK00.390.410.25
HSL2.31º37.5%59.22%-
HSV(B)2.31º41.05%74.51%-
XYZ30.2924.3818.44-
YUV137.08113.85165.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=45.56%
G=27.58%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511200.390.410.252.3137.559.22
HexBE737002729192263b
Octal276163160047513124673
Binary101111101110011111000001001111010011100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7370; }

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

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

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

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

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

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

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

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