#BF7063

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

Shades of Contessa #BF7063

Tints of Contessa #BF7063

Color information

#BF7063 (or 0xBF7063) is unknown color: approx Contessa. HEX triplet: BF, 70 and 63. RGB value is (191,112,99). Sum of RGB (Red+Green+Blue) = 191+112+99=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7063 is #408F9C. Grayscale: #868686. Windows color (decimal): -4231069 or 6516927. OLE color: 6516927.

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

Color convert

RGB19111299-
CMYK00.410.480.25
HSL8.48º41.82%56.86%-
HSV(B)8.48º48.17%74.9%-
XYZ29.5323.5714.8-
YUV134.14108.17168.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=47.51%
G=27.86%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911129900.410.480.258.4841.8256.86
HexBF7063029301982a39
Octal2771601430516031105271
Binary10111111111000011000110101001110000110011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7063; }

 p { color: rgb(191,112,99); }

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

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

 a { background-color: rgb(191,112,99); }

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

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

 span { border-color: rgb(191,112,99); }

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