#BF7A76

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

Shades of Contessa #BF7A76

Tints of Contessa #BF7A76

Color information

#BF7A76 (or 0xBF7A76) is unknown color: approx Contessa. HEX triplet: BF, 7A and 76. RGB value is (191,122,118). Sum of RGB (Red+Green+Blue) = 191+122+118=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A76 is #408589. Grayscale: #8E8E8E. Windows color (decimal): -4228490 or 7764671. OLE color: 7764671.

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

Color convert

RGB191122118-
CMYK00.360.380.25
HSL3.29º36.32%60.59%-
HSV(B)3.29º38.22%74.9%-
XYZ31.7226.320.55-
YUV142.17114.36162.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=44.32%
G=28.31%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112211800.360.380.253.2936.3260.59
HexBF7A7602426193243d
Octal277172166044463134475
Binary101111111111010111011001001001001101100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A76; }

 p { color: rgb(191,122,118); }

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

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

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

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

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

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

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