#BF7371

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

Shades of Contessa #BF7371

Tints of Contessa #BF7371

Color information

#BF7371 (or 0xBF7371) is unknown color: approx Contessa. HEX triplet: BF, 73 and 71. RGB value is (191,115,113). Sum of RGB (Red+Green+Blue) = 191+115+113=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7371 is #408C8E. Grayscale: #898989. Windows color (decimal): -4230287 or 7435199. OLE color: 7435199.

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

Color convert

RGB191115113-
CMYK00.400.410.25
HSL1.54º37.86%59.61%-
HSV(B)1.54º40.84%74.9%-
XYZ30.624.5318.74-
YUV137.5114.18166.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=45.58%
G=27.45%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111511300.400.410.251.5437.8659.61
HexBF737102829192263c
Octal277163161050513124674
Binary101111111110011111000101010001010011100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7371; }

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

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

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

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

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

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

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

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