Html Css Color HEX #BA6097 Mulberry

📋 copy color: '#BA6097'

red 186 ◦ green 96 ◦ blue 151

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

Shades of Mulberry #BA6097

Tints of Mulberry #BA6097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 42.96%
G = 22.17%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA6097 (or 0xBA6097) is known color: Mulberry. HEX triplet: BA, 60 and 97. RGB value is (186,96,151). Sum of RGB (Red+Green+Blue) = 186+96+151=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6097 is #459F68. Grayscale: #818181. Windows color (decimal): -4562793 or 9920698. OLE color: 9920698.

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

Color convert

RGB 186 96 151 -
CMYK 0 0.48 0.19 0.27
HSL 323.33º 0.39% 0.55% -
HSV(B) 323.33º 0.48% 0.73% -
XYZ 30.02 21.04 31.76 -
YUV 129.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 186 96 151 0 0.48 0.19 0.27 323.33 0.39 0.55
Hex BA 60 97 0 30 13 1B 143 27 37
Octal 272 140 227 0 60 23 33 503 47 67
Binary 10111010 1100000 10010111 0 110000 10011 11011 101000011 100111 110111

Color Harmonies of #BA6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6097

Black with #BA6097

Text Example


Text Example

White with #BA6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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