#BF7660

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

Shades of Contessa #BF7660

Tints of Contessa #BF7660

Color information

#BF7660 (or 0xBF7660) is unknown color: approx Contessa. HEX triplet: BF, 76 and 60. RGB value is (191,118,96). Sum of RGB (Red+Green+Blue) = 191+118+96=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7660 is #40899F. Grayscale: #898989. Windows color (decimal): -4229536 or 6321855. OLE color: 6321855.

HSL color Cylindrical-coordinate representation of color #BF7660: hue angle of 13.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7660 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19111896-
CMYK00.380.500.25
HSL13.89º42.6%56.27%-
HSV(B)13.89º49.74%74.9%-
XYZ30.0824.8814.28-
YUV137.32104.68166.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=47.16%
G=29.14%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911189600.380.500.2513.8942.656.27
HexBF76600263219e2b38
Octal2771661400466231165370
Binary10111111111011011000000100110110010110011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7660; }

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

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

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

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

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

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

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

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