#BF7471

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

Shades of Contessa #BF7471

Tints of Contessa #BF7471

Color information

#BF7471 (or 0xBF7471) is unknown color: approx Contessa. HEX triplet: BF, 74 and 71. RGB value is (191,116,113). Sum of RGB (Red+Green+Blue) = 191+116+113=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7471 is #408B8E. Grayscale: #8A8A8A. Windows color (decimal): -4230031 or 7435455. OLE color: 7435455.

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

Color convert

RGB191116113-
CMYK00.390.410.25
HSL2.31º37.86%59.61%-
HSV(B)2.31º40.84%74.9%-
XYZ30.7124.7618.78-
YUV138.08113.85165.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=45.48%
G=27.62%
B=26.90%

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
Decimal19111611300.390.410.252.3137.8659.61
HexBF747102729192263c
Octal277164161047513124674
Binary101111111110100111000101001111010011100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7471; }

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

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

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

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

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

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

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

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