#BE7A72

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

Shades of Contessa #BE7A72

Tints of Contessa #BE7A72

Color information

#BE7A72 (or 0xBE7A72) is unknown color: approx Contessa. HEX triplet: BE, 7A and 72. RGB value is (190,122,114). Sum of RGB (Red+Green+Blue) = 190+122+114=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A72 is #41858D. Grayscale: #8D8D8D. Windows color (decimal): -4294030 or 7502526. OLE color: 7502526.

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

Color convert

RGB190122114-
CMYK00.360.400.25
HSL6.32º36.89%59.61%-
HSV(B)6.32º40%74.51%-
XYZ31.2326.0819.31-
YUV141.42112.53162.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=44.60%
G=28.64%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012211400.360.400.256.3236.8959.61
HexBE7A7202428196253c
Octal276172162044503164574
Binary1011111011110101110010010010010100011001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A72; }

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

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

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

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

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

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

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

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