#BF7873

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

Shades of Contessa #BF7873

Tints of Contessa #BF7873

Color information

#BF7873 (or 0xBF7873) is unknown color: approx Contessa. HEX triplet: BF, 78 and 73. RGB value is (191,120,115). Sum of RGB (Red+Green+Blue) = 191+120+115=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7873 is #40878C. Grayscale: #8C8C8C. Windows color (decimal): -4229005 or 7567551. OLE color: 7567551.

HSL color Cylindrical-coordinate representation of color #BF7873: hue angle of 3.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7873 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191120115-
CMYK00.370.400.25
HSL3.95º37.25%60%-
HSV(B)3.95º39.79%74.9%-
XYZ31.325.7519.54-
YUV140.66113.52163.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=44.84%
G=28.17%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112011500.370.400.253.9537.2560
HexBF787302528194253c
Octal277170163045503144574
Binary1011111111110001110011010010110100011001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7873; }

 p { color: rgb(191,120,115); }

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

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

 a { background-color: rgb(191,120,115); }

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

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

 span { border-color: rgb(191,120,115); }

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