#BF6664

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

Shades of Contessa #BF6664

Tints of Contessa #BF6664

Color information

#BF6664 (or 0xBF6664) is unknown color: approx Contessa. HEX triplet: BF, 66 and 64. RGB value is (191,102,100). Sum of RGB (Red+Green+Blue) = 191+102+100=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6664 is #40999B. Grayscale: #808080. Windows color (decimal): -4233628 or 6579903. OLE color: 6579903.

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

Color convert

RGB191102100-
CMYK00.470.480.25
HSL1.32º41.55%57.06%-
HSV(B)1.32º47.64%74.9%-
XYZ28.5421.514.7-
YUV128.38111.99172.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=48.60%
G=25.95%
B=25.45%

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
Decimal19110210000.470.480.251.3241.5557.06
HexBF666402F301912a39
Octal277146144057603115271
Binary10111111110011011001000101111110000110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6664; }

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

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

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

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

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

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

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

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