#BF7573

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

Shades of Contessa #BF7573

Tints of Contessa #BF7573

Color information

#BF7573 (or 0xBF7573) is unknown color: approx Contessa. HEX triplet: BF, 75 and 73. RGB value is (191,117,115). Sum of RGB (Red+Green+Blue) = 191+117+115=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7573 is #408A8C. Grayscale: #8A8A8A. Windows color (decimal): -4229773 or 7566783. OLE color: 7566783.

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

Color convert

RGB191117115-
CMYK00.390.400.25
HSL1.58º37.25%60%-
HSV(B)1.58º39.79%74.9%-
XYZ30.9425.0419.42-
YUV138.9114.52165.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=45.15%
G=27.66%
B=27.19%

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
Decimal19111711500.390.400.251.5837.2560
HexBF757302728192253c
Octal277165163047503124574
Binary101111111110101111001101001111010001100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7573; }

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

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

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

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

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

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

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

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