#BF7971

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

Shades of Contessa #BF7971

Tints of Contessa #BF7971

Color information

#BF7971 (or 0xBF7971) is unknown color: approx Contessa. HEX triplet: BF, 79 and 71. RGB value is (191,121,113). Sum of RGB (Red+Green+Blue) = 191+121+113=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7971 is #40868E. Grayscale: #8D8D8D. Windows color (decimal): -4228751 or 7436735. OLE color: 7436735.

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

Color convert

RGB191121113-
CMYK00.370.410.25
HSL6.15º37.86%59.61%-
HSV(B)6.15º40.84%74.9%-
XYZ31.325.9418.98-
YUV141.02112.19163.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=44.94%
G=28.47%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112111300.370.410.256.1537.8659.61
HexBF797102529196263c
Octal277171161045513164674
Binary1011111111110011110001010010110100111001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7971; }

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

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

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

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

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

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

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

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