#BF6F66

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

Shades of Contessa #BF6F66

Tints of Contessa #BF6F66

Color information

#BF6F66 (or 0xBF6F66) is unknown color: approx Contessa. HEX triplet: BF, 6F and 66. RGB value is (191,111,102). Sum of RGB (Red+Green+Blue) = 191+111+102=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F66 is #409099. Grayscale: #868686. Windows color (decimal): -4231322 or 6713279. OLE color: 6713279.

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

Color convert

RGB191111102-
CMYK00.420.470.25
HSL6.07º41.01%57.45%-
HSV(B)6.07º46.6%74.9%-
XYZ29.5723.415.53-
YUV133.89110168.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=47.28%
G=27.48%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111110200.420.470.256.0741.0157.45
HexBF6F6602A2F1962939
Octal277157146052573165171
Binary1011111111011111100110010101010111111001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F66; }

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

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

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

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

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

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

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

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