#BF7571

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

Shades of Contessa #BF7571

Tints of Contessa #BF7571

Color information

#BF7571 (or 0xBF7571) is unknown color: approx Contessa. HEX triplet: BF, 75 and 71. RGB value is (191,117,113). Sum of RGB (Red+Green+Blue) = 191+117+113=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7571 is #408A8E. Grayscale: #8A8A8A. Windows color (decimal): -4229775 or 7435711. OLE color: 7435711.

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

Color convert

RGB191117113-
CMYK00.390.410.25
HSL3.08º37.86%59.61%-
HSV(B)3.08º40.84%74.9%-
XYZ30.8324.9918.82-
YUV138.67113.52165.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=45.37%
G=27.79%
B=26.84%

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
Decimal19111711300.390.410.253.0837.8659.61
HexBF757102729193263c
Octal277165161047513134674
Binary101111111110101111000101001111010011100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7571; }

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

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

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

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

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

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

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

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