#BA7874

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

Shades of Contessa #BA7874

Tints of Contessa #BA7874

Color information

#BA7874 (or 0xBA7874) is unknown color: approx Contessa. HEX triplet: BA, 78 and 74. RGB value is (186,120,116). Sum of RGB (Red+Green+Blue) = 186+120+116=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7874 is #45878B. Grayscale: #8B8B8B. Windows color (decimal): -4556684 or 7633082. OLE color: 7633082.

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

Color convert

RGB186120116-
CMYK00.350.380.27
HSL3.43º33.65%59.22%-
HSV(B)3.43º37.63%72.94%-
XYZ30.1225.1319.79-
YUV139.28114.87161.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=44.08%
G=28.44%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612011600.350.380.273.4333.6559.22
HexBA7874023261B3223b
Octal272170164043463334273
Binary101110101111000111010001000111001101101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7874; }

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

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

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

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

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

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

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

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