#BF6662

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

Shades of Contessa #BF6662

Tints of Contessa #BF6662

Color information

#BF6662 (or 0xBF6662) is unknown color: approx Contessa. HEX triplet: BF, 66 and 62. RGB value is (191,102,98). Sum of RGB (Red+Green+Blue) = 191+102+98=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6662 is #40999D. Grayscale: #808080. Windows color (decimal): -4233630 or 6448831. OLE color: 6448831.

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

Color convert

RGB19110298-
CMYK00.470.490.25
HSL2.58º42.08%56.67%-
HSV(B)2.58º48.69%74.9%-
XYZ28.4421.4614.2-
YUV128.16110.99172.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=48.85%
G=26.09%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911029800.470.490.252.5842.0856.67
HexBF666202F311932a39
Octal277146142057613135271
Binary101111111100110110001001011111100011100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6662; }

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

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

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

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

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

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

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

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