#BF7272

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

Shades of Contessa #BF7272

Tints of Contessa #BF7272

Color information

#BF7272 (or 0xBF7272) is unknown color: approx Contessa. HEX triplet: BF, 72 and 72. RGB value is (191,114,114). Sum of RGB (Red+Green+Blue) = 191+114+114=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7272 is #408D8D. Grayscale: #898989. Windows color (decimal): -4230542 or 7500479. OLE color: 7500479.

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

Color convert

RGB191114114-
CMYK00.400.400.25
HSL37.56%59.8%-
HSV(B)40.31%74.9%-
XYZ30.5424.3319.01-
YUV137.02115.01166.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=45.58%
G=27.21%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111411400.400.400.25037.5659.8
HexBF727202828190263c
Octal277162162050503104674
Binary10111111111001011100100101000101000110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7272; }

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

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

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

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

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

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

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

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