#BF7166

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

Shades of Contessa #BF7166

Tints of Contessa #BF7166

Color information

#BF7166 (or 0xBF7166) is unknown color: approx Contessa. HEX triplet: BF, 71 and 66. RGB value is (191,113,102). Sum of RGB (Red+Green+Blue) = 191+113+102=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7166 is #408E99. Grayscale: #878787. Windows color (decimal): -4230810 or 6713791. OLE color: 6713791.

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

Color convert

RGB191113102-
CMYK00.410.470.25
HSL7.42º41.01%57.45%-
HSV(B)7.42º46.6%74.9%-
XYZ29.7923.8515.6-
YUV135.07109.34167.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=47.04%
G=27.83%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111310200.410.470.257.4241.0157.45
HexBF71660292F1972939
Octal277161146051573175171
Binary1011111111100011100110010100110111111001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7166; }

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

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

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

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

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

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

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

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