#BE7271

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

Shades of Contessa #BE7271

Tints of Contessa #BE7271

Color information

#BE7271 (or 0xBE7271) is unknown color: approx Contessa. HEX triplet: BE, 72 and 71. RGB value is (190,114,113). Sum of RGB (Red+Green+Blue) = 190+114+113=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7271 is #418D8E. Grayscale: #888888. Windows color (decimal): -4296079 or 7434942. OLE color: 7434942.

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

Color convert

RGB190114113-
CMYK00.400.410.25
HSL0.78º37.2%59.41%-
HSV(B)0.78º40.53%74.51%-
XYZ30.2324.1718.7-
YUV136.61114.68166.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=45.56%
G=27.34%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011411300.400.410.250.7837.259.41
HexBE727102829191253b
Octal276162161050513114573
Binary10111110111001011100010101000101001110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7271; }

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

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

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

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

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

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

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

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