Html Css Color HEX #BA716C Contessa

📋 copy color: '#BA716C'

red 186 ◦ green 113 ◦ blue 108

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

Shades of Contessa #BA716C

Tints of Contessa #BA716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 45.7%
G = 27.76%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA716C (or 0xBA716C) is known color: Contessa. HEX triplet: BA, 71 and 6C. RGB value is (186,113,108). Sum of RGB (Red+Green+Blue) = 186+113+108=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716C is #458E93. Grayscale: #868686. Windows color (decimal): -4558484 or 7107002. OLE color: 7107002.

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

Color convert

RGB 186 113 108 -
CMYK 0 0.39 0.42 0.27
HSL 3.85º 0.36% 0.58% -
HSV(B) 3.85º 0.42% 0.73% -
XYZ 28.86 23.33 17.17 -
YUV 134.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 186 113 108 0 0.39 0.42 0.27 3.85 0.36 0.58
Hex BA 71 6C 0 27 2A 1B 4 24 3A
Octal 272 161 154 0 47 52 33 4 44 72
Binary 10111010 1110001 1101100 0 100111 101010 11011 100 100100 111010

Color Harmonies of #BA716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA716C

Black with #BA716C

Text Example


Text Example

White with #BA716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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