#BF7373

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

Shades of Contessa #BF7373

Tints of Contessa #BF7373

Color information

#BF7373 (or 0xBF7373) is unknown color: approx Contessa. HEX triplet: BF, 73 and 73. RGB value is (191,115,115). Sum of RGB (Red+Green+Blue) = 191+115+115=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7373 is #408C8C. Grayscale: #898989. Windows color (decimal): -4230285 or 7566271. OLE color: 7566271.

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

Color convert

RGB191115115-
CMYK00.400.400.25
HSL37.25%60%-
HSV(B)39.79%74.9%-
XYZ30.7124.5819.34-
YUV137.72115.18166-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=45.37%
G=27.32%
B=27.32%

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
Decimal19111511500.400.400.25037.2560
HexBF737302828190253c
Octal277163163050503104574
Binary10111111111001111100110101000101000110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7373; }

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

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

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

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

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

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

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

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