#BF7770

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

Shades of Contessa #BF7770

Tints of Contessa #BF7770

Color information

#BF7770 (or 0xBF7770) is unknown color: approx Contessa. HEX triplet: BF, 77 and 70. RGB value is (191,119,112). Sum of RGB (Red+Green+Blue) = 191+119+112=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7770 is #40888F. Grayscale: #8B8B8B. Windows color (decimal): -4229264 or 7370687. OLE color: 7370687.

HSL color Cylindrical-coordinate representation of color #BF7770: hue angle of 5.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7770 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191119112-
CMYK00.380.410.25
HSL5.32º38.16%59.41%-
HSV(B)5.32º41.36%74.9%-
XYZ31.0125.4418.61-
YUV139.73112.35164.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=45.26%
G=28.20%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111911200.380.410.255.3238.1659.41
HexBF777002629195263b
Octal277167160046513154673
Binary1011111111101111110000010011010100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7770; }

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

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

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

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

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

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

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

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