#BF7466

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

Shades of Contessa #BF7466

Tints of Contessa #BF7466

Color information

#BF7466 (or 0xBF7466) is unknown color: approx Contessa. HEX triplet: BF, 74 and 66. RGB value is (191,116,102). Sum of RGB (Red+Green+Blue) = 191+116+102=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7466 is #408B99. Grayscale: #888888. Windows color (decimal): -4230042 or 6714559. OLE color: 6714559.

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

Color convert

RGB191116102-
CMYK00.390.470.25
HSL9.44º41.01%57.45%-
HSV(B)9.44º46.6%74.9%-
XYZ30.1324.5315.72-
YUV136.83108.35166.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=46.70%
G=28.36%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111610200.390.470.259.4441.0157.45
HexBF74660272F1992939
Octal2771641460475731115171
Binary10111111111010011001100100111101111110011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7466; }

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

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

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

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

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

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

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

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