#BF7472

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

Shades of Contessa #BF7472

Tints of Contessa #BF7472

Color information

#BF7472 (or 0xBF7472) is unknown color: approx Contessa. HEX triplet: BF, 74 and 72. RGB value is (191,116,114). Sum of RGB (Red+Green+Blue) = 191+116+114=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7472 is #408B8D. Grayscale: #8A8A8A. Windows color (decimal): -4230030 or 7500991. OLE color: 7500991.

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

Color convert

RGB191116114-
CMYK00.390.400.25
HSL1.56º37.56%59.8%-
HSV(B)1.56º40.31%74.9%-
XYZ30.7724.7819.08-
YUV138.2114.35165.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=45.37%
G=27.55%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111611400.390.400.251.5637.5659.8
HexBF747202728192263c
Octal277164162047503124674
Binary101111111110100111001001001111010001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7472; }

 p { color: rgb(191,116,114); }

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

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

 a { background-color: rgb(191,116,114); }

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

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

 span { border-color: rgb(191,116,114); }

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