#BF7871

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

Shades of Contessa #BF7871

Tints of Contessa #BF7871

Color information

#BF7871 (or 0xBF7871) is unknown color: approx Contessa. HEX triplet: BF, 78 and 71. RGB value is (191,120,113). Sum of RGB (Red+Green+Blue) = 191+120+113=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7871 is #40878E. Grayscale: #8C8C8C. Windows color (decimal): -4229007 or 7436479. OLE color: 7436479.

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

Color convert

RGB191120113-
CMYK00.370.410.25
HSL5.38º37.86%59.61%-
HSV(B)5.38º40.84%74.9%-
XYZ31.1825.718.94-
YUV140.43112.52164.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=45.05%
G=28.30%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112011300.370.410.255.3837.8659.61
HexBF787102529195263c
Octal277170161045513154674
Binary1011111111110001110001010010110100111001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7871; }

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

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

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

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

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

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

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

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