#BF7066

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

Shades of Contessa #BF7066

Tints of Contessa #BF7066

Color information

#BF7066 (or 0xBF7066) is unknown color: approx Contessa. HEX triplet: BF, 70 and 66. RGB value is (191,112,102). Sum of RGB (Red+Green+Blue) = 191+112+102=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7066 is #408F99. Grayscale: #868686. Windows color (decimal): -4231066 or 6713535. OLE color: 6713535.

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

Color convert

RGB191112102-
CMYK00.410.470.25
HSL6.74º41.01%57.45%-
HSV(B)6.74º46.6%74.9%-
XYZ29.6823.6215.57-
YUV134.48109.67168.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=47.16%
G=27.65%
B=25.19%

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
Decimal19111210200.410.470.256.7441.0157.45
HexBF70660292F1972939
Octal277160146051573175171
Binary1011111111100001100110010100110111111001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7066; }

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

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

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

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

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

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

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

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