Html Css Color HEX #BA6361 Contessa

📋 copy color: '#BA6361'

red 186 ◦ green 99 ◦ blue 97

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

Shades of Contessa #BA6361

Tints of Contessa #BA6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

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

R = 48.69%
G = 25.92%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6361 (or 0xBA6361) is known color: Contessa. HEX triplet: BA, 63 and 61. RGB value is (186,99,97). Sum of RGB (Red+Green+Blue) = 186+99+97=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6361 is #459C9E. Grayscale: #7C7C7C. Windows color (decimal): -4562079 or 6382522. OLE color: 6382522.

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

Color convert

RGB 186 99 97 -
CMYK 0 0.47 0.48 0.27
HSL 1.35º 0.39% 0.55% -
HSV(B) 1.35º 0.48% 0.73% -
XYZ 26.87 20.23 13.8 -
YUV 124.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 186 99 97 0 0.47 0.48 0.27 1.35 0.39 0.55
Hex BA 63 61 0 2F 30 1B 1 27 37
Octal 272 143 141 0 57 60 33 1 47 67
Binary 10111010 1100011 1100001 0 101111 110000 11011 1 100111 110111

Color Harmonies of #BA6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6361

Black with #BA6361

Text Example


Text Example

White with #BA6361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6361; }

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

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

background-color css

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

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

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

border-color css

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

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

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