Html Css Color HEX #BA7160 Contessa

📋 copy color: '#BA7160'

red 186 ◦ green 113 ◦ blue 96

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

Shades of Contessa #BA7160

Tints of Contessa #BA7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 47.09%
G = 28.61%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7160 (or 0xBA7160) is known color: Contessa. HEX triplet: BA, 71 and 60. RGB value is (186,113,96). Sum of RGB (Red+Green+Blue) = 186+113+96=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7160 is #458E9F. Grayscale: #858585. Windows color (decimal): -4558496 or 6320570. OLE color: 6320570.

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

Color convert

RGB 186 113 96 -
CMYK 0 0.39 0.48 0.27
HSL 11.33º 0.39% 0.55% -
HSV(B) 11.33º 0.48% 0.73% -
XYZ 28.27 23.09 14.03 -
YUV 132.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 186 113 96 0 0.39 0.48 0.27 11.33 0.39 0.55
Hex BA 71 60 0 27 30 1B B 27 37
Octal 272 161 140 0 47 60 33 13 47 67
Binary 10111010 1110001 1100000 0 100111 110000 11011 1011 100111 110111

Color Harmonies of #BA7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7160

Black with #BA7160

Text Example


Text Example

White with #BA7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7160; }

 p { color: rgb(186,113,96); }

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

background-color css

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

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

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

border-color css

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

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

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