Html Css Color HEX #BA7361 Contessa

📋 copy color: '#BA7361'

red 186 ◦ green 115 ◦ blue 97

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

Shades of Contessa #BA7361

Tints of Contessa #BA7361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 46.73%
G = 28.89%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7361 (or 0xBA7361) is known color: Contessa. HEX triplet: BA, 73 and 61. RGB value is (186,115,97). Sum of RGB (Red+Green+Blue) = 186+115+97=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7361 is #458C9E. Grayscale: #868686. Windows color (decimal): -4557983 or 6386618. OLE color: 6386618.

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

Color convert

RGB 186 115 97 -
CMYK 0 0.38 0.48 0.27
HSL 12.13º 0.39% 0.55% -
HSV(B) 12.13º 0.48% 0.73% -
XYZ 28.54 23.56 14.35 -
YUV 134.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 186 115 97 0 0.38 0.48 0.27 12.13 0.39 0.55
Hex BA 73 61 0 26 30 1B C 27 37
Octal 272 163 141 0 46 60 33 14 47 67
Binary 10111010 1110011 1100001 0 100110 110000 11011 1100 100111 110111

Color Harmonies of #BA7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7361

Black with #BA7361

Text Example


Text Example

White with #BA7361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7361; }

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

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

background-color css

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

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

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

border-color css

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

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

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