Html Css Color HEX #BA6162 Mandy

📋 copy color: '#BA6162'

red 186 ◦ green 97 ◦ blue 98

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

Shades of Mandy #BA6162

Tints of Mandy #BA6162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 48.82%
G = 25.46%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6162 (or 0xBA6162) is known color: Mandy. HEX triplet: BA, 61 and 62. RGB value is (186,97,98). Sum of RGB (Red+Green+Blue) = 186+97+98=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6162 is #459E9D. Grayscale: #7B7B7B. Windows color (decimal): -4562590 or 6447546. OLE color: 6447546.

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

Color convert

RGB 186 97 98 -
CMYK 0 0.48 0.47 0.27
HSL 359.33º 0.39% 0.55% -
HSV(B) 359.33º 0.48% 0.73% -
XYZ 26.73 19.87 13.98 -
YUV 123.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 186 97 98 0 0.48 0.47 0.27 359.33 0.39 0.55
Hex BA 61 62 0 30 2F 1B 167 27 37
Octal 272 141 142 0 60 57 33 547 47 67
Binary 10111010 1100001 1100010 0 110000 101111 11011 101100111 100111 110111

Color Harmonies of #BA6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6162

Black with #BA6162

Text Example


Text Example

White with #BA6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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