#BE7471

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

Shades of Contessa #BE7471

Tints of Contessa #BE7471

Color information

#BE7471 (or 0xBE7471) is unknown color: approx Contessa. HEX triplet: BE, 74 and 71. RGB value is (190,116,113). Sum of RGB (Red+Green+Blue) = 190+116+113=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7471 is #418B8E. Grayscale: #898989. Windows color (decimal): -4295567 or 7435454. OLE color: 7435454.

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

Color convert

RGB190116113-
CMYK00.390.410.25
HSL2.34º37.2%59.41%-
HSV(B)2.34º40.53%74.51%-
XYZ30.4624.6318.77-
YUV137.78114.02165.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=45.35%
G=27.68%
B=26.97%

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
Decimal19011611300.390.410.252.3437.259.41
HexBE747102729192253b
Octal276164161047513124573
Binary101111101110100111000101001111010011100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7471; }

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

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

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

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

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

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

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

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