#BF7163

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

Shades of Contessa #BF7163

Tints of Contessa #BF7163

Color information

#BF7163 (or 0xBF7163) is unknown color: approx Contessa. HEX triplet: BF, 71 and 63. RGB value is (191,113,99). Sum of RGB (Red+Green+Blue) = 191+113+99=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7163 is #408E9C. Grayscale: #868686. Windows color (decimal): -4230813 or 6517183. OLE color: 6517183.

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

Color convert

RGB19111399-
CMYK00.410.480.25
HSL9.13º41.82%56.86%-
HSV(B)9.13º48.17%74.9%-
XYZ29.6423.7914.83-
YUV134.73107.84168.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=47.39%
G=28.04%
B=24.57%

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
Decimal1911139900.410.480.259.1341.8256.86
HexBF7163029301992a39
Octal2771611430516031115271
Binary10111111111000111000110101001110000110011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7163; }

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

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

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

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

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

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

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

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