#BF7777

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

Shades of Contessa #BF7777

Tints of Contessa #BF7777

Color information

#BF7777 (or 0xBF7777) is unknown color: approx Contessa. HEX triplet: BF, 77 and 77. RGB value is (191,119,119). Sum of RGB (Red+Green+Blue) = 191+119+119=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7777 is #408888. Grayscale: #8C8C8C. Windows color (decimal): -4229257 or 7829439. OLE color: 7829439.

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

Color convert

RGB191119119-
CMYK00.380.380.25
HSL36%60.78%-
HSV(B)37.7%74.9%-
XYZ31.4125.620.74-
YUV140.53115.85164-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=44.52%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111911900.380.380.2503660.78
HexBF777702626190243d
Octal277167167046463104475
Binary10111111111011111101110100110100110110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7777; }

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

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

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

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

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

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

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

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