Html Css Color HEX #BA7768 Contessa

📋 copy color: '#BA7768'

red 186 ◦ green 119 ◦ blue 104

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

Shades of Contessa #BA7768

Tints of Contessa #BA7768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 45.48%
G = 29.1%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA7768 (or 0xBA7768) is known color: Contessa. HEX triplet: BA, 77 and 68. RGB value is (186,119,104). Sum of RGB (Red+Green+Blue) = 186+119+104=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7768 is #458897. Grayscale: #898989. Windows color (decimal): -4556952 or 6846394. OLE color: 6846394.

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

Color convert

RGB 186 119 104 -
CMYK 0 0.36 0.44 0.27
HSL 10.98º 0.37% 0.57% -
HSV(B) 10.98º 0.44% 0.73% -
XYZ 29.35 24.63 16.3 -
YUV 137.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 186 119 104 0 0.36 0.44 0.27 10.98 0.37 0.57
Hex BA 77 68 0 24 2C 1B B 25 39
Octal 272 167 150 0 44 54 33 13 45 71
Binary 10111010 1110111 1101000 0 100100 101100 11011 1011 100101 111001

Color Harmonies of #BA7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7768

Black with #BA7768

Text Example


Text Example

White with #BA7768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7768; }

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

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

background-color css

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

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

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

border-color css

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

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

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