#BF7560

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

Shades of Contessa #BF7560

Tints of Contessa #BF7560

Color information

#BF7560 (or 0xBF7560) is unknown color: approx Contessa. HEX triplet: BF, 75 and 60. RGB value is (191,117,96). Sum of RGB (Red+Green+Blue) = 191+117+96=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7560 is #408A9F. Grayscale: #888888. Windows color (decimal): -4229792 or 6321599. OLE color: 6321599.

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

Color convert

RGB19111796-
CMYK00.390.500.25
HSL13.26º42.6%56.27%-
HSV(B)13.26º49.74%74.9%-
XYZ29.9624.6414.24-
YUV136.73105.02166.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=47.28%
G=28.96%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911179600.390.500.2513.2642.656.27
HexBF75600273219d2b38
Octal2771651400476231155370
Binary10111111111010111000000100111110010110011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7560; }

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

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

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

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

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

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

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

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