Html Css Color HEX #BA7774 Contessa

📋 copy color: '#BA7774'

red 186 ◦ green 119 ◦ blue 116

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

Shades of Contessa #BA7774

Tints of Contessa #BA7774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 44.18%
G = 28.27%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA7774 (or 0xBA7774) is known color: Contessa. HEX triplet: BA, 77 and 74. RGB value is (186,119,116). Sum of RGB (Red+Green+Blue) = 186+119+116=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7774 is #45888B. Grayscale: #8A8A8A. Windows color (decimal): -4556940 or 7632826. OLE color: 7632826.

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

Color convert

RGB 186 119 116 -
CMYK 0 0.36 0.38 0.27
HSL 2.57º 0.34% 0.59% -
HSV(B) 2.57º 0.38% 0.73% -
XYZ 30 24.89 19.75 -
YUV 138.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 186 119 116 0 0.36 0.38 0.27 2.57 0.34 0.59
Hex BA 77 74 0 24 26 1B 3 22 3B
Octal 272 167 164 0 44 46 33 3 42 73
Binary 10111010 1110111 1110100 0 100100 100110 11011 11 100010 111011

Color Harmonies of #BA7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7774

Black with #BA7774

Text Example


Text Example

White with #BA7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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