#BF7976

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

Shades of Contessa #BF7976

Tints of Contessa #BF7976

Color information

#BF7976 (or 0xBF7976) is unknown color: approx Contessa. HEX triplet: BF, 79 and 76. RGB value is (191,121,118). Sum of RGB (Red+Green+Blue) = 191+121+118=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7976 is #408689. Grayscale: #8D8D8D. Windows color (decimal): -4228746 or 7764415. OLE color: 7764415.

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

Color convert

RGB191121118-
CMYK00.370.380.25
HSL2.47º36.32%60.59%-
HSV(B)2.47º38.22%74.9%-
XYZ31.5926.0620.5-
YUV141.59114.69163.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=44.42%
G=28.14%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112111800.370.380.252.4736.3260.59
HexBF797602526192243d
Octal277171166045463124475
Binary101111111111001111011001001011001101100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7976; }

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

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

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

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

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

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

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

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