Html Css Color HEX #BA7970 Contessa

📋 copy color: '#BA7970'

red 186 ◦ green 121 ◦ blue 112

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

Shades of Contessa #BA7970

Tints of Contessa #BA7970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 44.39%
G = 28.88%
B = 26.73%

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

#BA7970 (or 0xBA7970) is known color: Contessa. HEX triplet: BA, 79 and 70. RGB value is (186,121,112). Sum of RGB (Red+Green+Blue) = 186+121+112=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7970 is #45868F. Grayscale: #8B8B8B. Windows color (decimal): -4556432 or 7371194. OLE color: 7371194.

HSL color Cylindrical-coordinate representation of color #BA7970: hue angle of 7.3º 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 #BA7970 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 112 -
CMYK 0 0.35 0.40 0.27
HSL 7.3º 0.35% 0.58% -
HSV(B) 7.3º 0.4% 0.73% -
XYZ 30.01 25.28 18.63 -
YUV 139.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 186 121 112 0 0.35 0.40 0.27 7.3 0.35 0.58
Hex BA 79 70 0 23 28 1B 7 23 3A
Octal 272 171 160 0 43 50 33 7 43 72
Binary 10111010 1111001 1110000 0 100011 101000 11011 111 100011 111010

Color Harmonies of #BA7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7970

Black with #BA7970

Text Example


Text Example

White with #BA7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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