Html Css Color HEX #BA6061 Mandy

📋 copy color: '#BA6061'

red 186 ◦ green 96 ◦ blue 97

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

Shades of Mandy #BA6061

Tints of Mandy #BA6061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 49.08%
G = 25.33%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6061 (or 0xBA6061) is known color: Mandy. HEX triplet: BA, 60 and 61. RGB value is (186,96,97). Sum of RGB (Red+Green+Blue) = 186+96+97=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6061 is #459F9E. Grayscale: #7B7B7B. Windows color (decimal): -4562847 or 6381754. OLE color: 6381754.

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

Color convert

RGB 186 96 97 -
CMYK 0 0.48 0.48 0.27
HSL 359.33º 0.39% 0.55% -
HSV(B) 359.33º 0.48% 0.73% -
XYZ 26.59 19.67 13.7 -
YUV 123.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 186 96 97 0 0.48 0.48 0.27 359.33 0.39 0.55
Hex BA 60 61 0 30 30 1B 167 27 37
Octal 272 140 141 0 60 60 33 547 47 67
Binary 10111010 1100000 1100001 0 110000 110000 11011 101100111 100111 110111

Color Harmonies of #BA6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6061

Black with #BA6061

Text Example


Text Example

White with #BA6061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6061; }

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

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

background-color css

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

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

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

border-color css

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

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

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