Html Css Color HEX #BA776B Contessa

📋 copy color: '#BA776B'

red 186 ◦ green 119 ◦ blue 107

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

Shades of Contessa #BA776B

Tints of Contessa #BA776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 45.15%
G = 28.88%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA776B (or 0xBA776B) is known color: Contessa. HEX triplet: BA, 77 and 6B. RGB value is (186,119,107). Sum of RGB (Red+Green+Blue) = 186+119+107=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA776B is #458894. Grayscale: #898989. Windows color (decimal): -4556949 or 7043002. OLE color: 7043002.

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

Color convert

RGB 186 119 107 -
CMYK 0 0.36 0.42 0.27
HSL 9.11º 0.36% 0.57% -
HSV(B) 9.11º 0.42% 0.73% -
XYZ 29.5 24.69 17.12 -
YUV 137.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 186 119 107 0 0.36 0.42 0.27 9.11 0.36 0.57
Hex BA 77 6B 0 24 2A 1B 9 24 39
Octal 272 167 153 0 44 52 33 11 44 71
Binary 10111010 1110111 1101011 0 100100 101010 11011 1001 100100 111001

Color Harmonies of #BA776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA776B

Black with #BA776B

Text Example


Text Example

White with #BA776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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