#BF6663

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

Shades of Contessa #BF6663

Tints of Contessa #BF6663

Color information

#BF6663 (or 0xBF6663) is unknown color: approx Contessa. HEX triplet: BF, 66 and 63. RGB value is (191,102,99). Sum of RGB (Red+Green+Blue) = 191+102+99=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6663 is #40999C. Grayscale: #808080. Windows color (decimal): -4233629 or 6514367. OLE color: 6514367.

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

Color convert

RGB19110299-
CMYK00.470.480.25
HSL1.96º41.82%56.86%-
HSV(B)1.96º48.17%74.9%-
XYZ28.4921.4814.45-
YUV128.27111.49172.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=48.72%
G=26.02%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911029900.470.480.251.9641.8256.86
HexBF666302F301922a39
Octal277146143057603125271
Binary101111111100110110001101011111100001100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6663; }

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

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

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

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

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

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

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

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