#BF7972

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

Shades of Contessa #BF7972

Tints of Contessa #BF7972

Color information

#BF7972 (or 0xBF7972) is unknown color: approx Contessa. HEX triplet: BF, 79 and 72. RGB value is (191,121,114). Sum of RGB (Red+Green+Blue) = 191+121+114=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7972 is #40868D. Grayscale: #8D8D8D. Windows color (decimal): -4228750 or 7502271. OLE color: 7502271.

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

Color convert

RGB191121114-
CMYK00.370.400.25
HSL5.45º37.56%59.8%-
HSV(B)5.45º40.31%74.9%-
XYZ31.3625.9719.28-
YUV141.13112.69163.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=44.84%
G=28.40%
B=26.76%

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
Decimal19112111400.370.400.255.4537.5659.8
HexBF797202528195263c
Octal277171162045503154674
Binary1011111111110011110010010010110100011001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7972; }

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

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

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

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

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

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

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

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