#BF7773

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

Shades of Contessa #BF7773

Tints of Contessa #BF7773

Color information

#BF7773 (or 0xBF7773) is unknown color: approx Contessa. HEX triplet: BF, 77 and 73. RGB value is (191,119,115). Sum of RGB (Red+Green+Blue) = 191+119+115=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7773 is #40888C. Grayscale: #8C8C8C. Windows color (decimal): -4229261 or 7567295. OLE color: 7567295.

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

Color convert

RGB191119115-
CMYK00.380.400.25
HSL3.16º37.25%60%-
HSV(B)3.16º39.79%74.9%-
XYZ31.1825.5119.5-
YUV140.07113.85164.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=44.94%
G=28%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111911500.380.400.253.1637.2560
HexBF777302628193253c
Octal277167163046503134574
Binary101111111110111111001101001101010001100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7773; }

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

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

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

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

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

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

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

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