#BA7878

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

Shades of Contessa #BA7878

Tints of Contessa #BA7878

Color information

#BA7878 (or 0xBA7878) is unknown color: approx Contessa. HEX triplet: BA, 78 and 78. RGB value is (186,120,120). Sum of RGB (Red+Green+Blue) = 186+120+120=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7878 is #458787. Grayscale: #8B8B8B. Windows color (decimal): -4556680 or 7895226. OLE color: 7895226.

HSL color Cylindrical-coordinate representation of color #BA7878: hue angle of 0º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7878 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186120120-
CMYK00.350.350.27
HSL32.35%60%-
HSV(B)35.48%72.94%-
XYZ30.3625.2321.04-
YUV139.73116.87161-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=43.66%
G=28.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612012000.350.350.27032.3560
HexBA7878023231B0203c
Octal272170170043433304074
Binary10111010111100011110000100011100011110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7878; }

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

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

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

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

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

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

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

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