Html Css Color HEX #BA7870 Contessa

📋 copy color: '#BA7870'

red 186 ◦ green 120 ◦ blue 112

#BA7870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #BA7870

Tints of Contessa #BA7870

RGB

 RED value IS 186 (73.05% from 255) = 44.5%

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 44.5%
G = 28.71%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7870 (or 0xBA7870) is known color: Contessa. HEX triplet: BA, 78 and 70. RGB value is (186,120,112). Sum of RGB (Red+Green+Blue) = 186+120+112=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7870 is #45878F. Grayscale: #8A8A8A. Windows color (decimal): -4556688 or 7370938. OLE color: 7370938.

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

Color convert

RGB 186 120 112 -
CMYK 0 0.35 0.40 0.27
HSL 6.49º 0.35% 0.58% -
HSV(B) 6.49º 0.4% 0.73% -
XYZ 29.89 25.04 18.59 -
YUV 138.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 186 120 112 0 0.35 0.40 0.27 6.49 0.35 0.58
Hex BA 78 70 0 23 28 1B 6 23 3A
Octal 272 170 160 0 43 50 33 6 43 72
Binary 10111010 1111000 1110000 0 100011 101000 11011 110 100011 111010

Color Harmonies of #BA7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7870

Black with #BA7870

Text Example


Text Example

White with #BA7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7870; }

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

 H1.HeaderClassName
 {
   color: #BA7870;
 }
 .AnyTagClassName
 {
   color: #BA7870;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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