#BF7666

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

Shades of Contessa #BF7666

Tints of Contessa #BF7666

Color information

#BF7666 (or 0xBF7666) is unknown color: approx Contessa. HEX triplet: BF, 76 and 66. RGB value is (191,118,102). Sum of RGB (Red+Green+Blue) = 191+118+102=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7666 is #408999. Grayscale: #8A8A8A. Windows color (decimal): -4229530 or 6715071. OLE color: 6715071.

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

Color convert

RGB191118102-
CMYK00.380.470.25
HSL10.79º41.01%57.45%-
HSV(B)10.79º46.6%74.9%-
XYZ30.3624.9915.79-
YUV138107.68165.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=46.47%
G=28.71%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111810200.380.470.2510.7941.0157.45
HexBF76660262F19b2939
Octal2771661460465731135171
Binary10111111111011011001100100110101111110011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7666; }

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

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

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

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

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

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

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

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