#BF7170

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

Shades of Contessa #BF7170

Tints of Contessa #BF7170

Color information

#BF7170 (or 0xBF7170) is unknown color: approx Contessa. HEX triplet: BF, 71 and 70. RGB value is (191,113,112). Sum of RGB (Red+Green+Blue) = 191+113+112=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7170 is #408E8F. Grayscale: #888888. Windows color (decimal): -4230800 or 7369151. OLE color: 7369151.

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

Color convert

RGB191113112-
CMYK00.410.410.25
HSL0.76º38.16%59.41%-
HSV(B)0.76º41.36%74.9%-
XYZ30.3224.0618.37-
YUV136.21114.34167.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=45.91%
G=27.16%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111311200.410.410.250.7638.1659.41
HexBF717002929191263b
Octal277161160051513114673
Binary10111111111000111100000101001101001110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7170; }

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

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

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

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

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

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

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

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