#BF7878

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

Shades of Contessa #BF7878

Tints of Contessa #BF7878

Color information

#BF7878 (or 0xBF7878) is unknown color: approx Contessa. HEX triplet: BF, 78 and 78. RGB value is (191,120,120). Sum of RGB (Red+Green+Blue) = 191+120+120=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7878 is #408787. Grayscale: #8D8D8D. Windows color (decimal): -4229000 or 7895231. OLE color: 7895231.

HSL color Cylindrical-coordinate representation of color #BF7878: 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.37%. Process color model (Four color, CMYK) of #BF7878 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191120120-
CMYK00.370.370.25
HSL35.68%60.98%-
HSV(B)37.17%74.9%-
XYZ31.5925.8721.1-
YUV141.23116.02163.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=44.32%
G=27.84%
B=27.84%

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
Decimal19112012000.370.370.25035.6860.98
HexBF787802525190243d
Octal277170170045453104475
Binary10111111111100011110000100101100101110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7878; }

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

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

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

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

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

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

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

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