Html Css Color HEX #BA7664 Contessa

📋 copy color: '#BA7664'

red 186 ◦ green 118 ◦ blue 100

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

Shades of Contessa #BA7664

Tints of Contessa #BA7664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 100 (39.45% from 255) = 24.75%

R = 46.04%
G = 29.21%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7664 (or 0xBA7664) is known color: Contessa. HEX triplet: BA, 76 and 64. RGB value is (186,118,100). Sum of RGB (Red+Green+Blue) = 186+118+100=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7664 is #45899B. Grayscale: #888888. Windows color (decimal): -4557212 or 6583994. OLE color: 6583994.

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

Color convert

RGB 186 118 100 -
CMYK 0 0.37 0.46 0.27
HSL 12.56º 0.38% 0.56% -
HSV(B) 12.56º 0.46% 0.73% -
XYZ 29.03 24.32 15.22 -
YUV 136.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 186 118 100 0 0.37 0.46 0.27 12.56 0.38 0.56
Hex BA 76 64 0 25 2E 1B D 26 38
Octal 272 166 144 0 45 56 33 15 46 70
Binary 10111010 1110110 1100100 0 100101 101110 11011 1101 100110 111000

Color Harmonies of #BA7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7664

Black with #BA7664

Text Example


Text Example

White with #BA7664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7664; }

 p { color: rgb(186,118,100); }

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

background-color css

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

 a { background-color: rgb(186,118,100); }

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

border-color css

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

 span { border-color: rgb(186,118,100); }

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