Html Css Color HEX #BA7661 Contessa

📋 copy color: '#BA7661'

red 186 ◦ green 118 ◦ blue 97

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

Shades of Contessa #BA7661

Tints of Contessa #BA7661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 46.38%
G = 29.43%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7661 (or 0xBA7661) is known color: Contessa. HEX triplet: BA, 76 and 61. RGB value is (186,118,97). Sum of RGB (Red+Green+Blue) = 186+118+97=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7661 is #45899E. Grayscale: #888888. Windows color (decimal): -4557215 or 6387386. OLE color: 6387386.

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

Color convert

RGB 186 118 97 -
CMYK 0 0.37 0.48 0.27
HSL 14.16º 0.39% 0.55% -
HSV(B) 14.16º 0.48% 0.73% -
XYZ 28.89 24.26 14.47 -
YUV 135.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 186 118 97 0 0.37 0.48 0.27 14.16 0.39 0.55
Hex BA 76 61 0 25 30 1B E 27 37
Octal 272 166 141 0 45 60 33 16 47 67
Binary 10111010 1110110 1100001 0 100101 110000 11011 1110 100111 110111

Color Harmonies of #BA7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7661

Black with #BA7661

Text Example


Text Example

White with #BA7661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7661; }

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

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

background-color css

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

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

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

border-color css

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

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

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