#BF7978

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

Shades of Contessa #BF7978

Tints of Contessa #BF7978

Color information

#BF7978 (or 0xBF7978) is unknown color: approx Contessa. HEX triplet: BF, 79 and 78. RGB value is (191,121,120). Sum of RGB (Red+Green+Blue) = 191+121+120=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7978 is #408687. Grayscale: #8D8D8D. Windows color (decimal): -4228744 or 7895487. OLE color: 7895487.

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

Color convert

RGB191121120-
CMYK00.370.370.25
HSL0.85º35.68%60.98%-
HSV(B)0.85º37.17%74.9%-
XYZ31.7126.1121.14-
YUV141.82115.69163.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=44.21%
G=28.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112112000.370.370.250.8535.6860.98
HexBF797802525191243d
Octal277171170045453114475
Binary10111111111100111110000100101100101110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7978; }

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

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

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

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

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

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

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

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