Html Css Color HEX #BA4297 Mulberry

📋 copy color: '#BA4297'

red 186 ◦ green 66 ◦ blue 151

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

Shades of Mulberry #BA4297

Tints of Mulberry #BA4297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 46.15%
G = 16.38%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4297 (or 0xBA4297) is known color: Mulberry. HEX triplet: BA, 42 and 97. RGB value is (186,66,151). Sum of RGB (Red+Green+Blue) = 186+66+151=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4297 is #45BD68. Grayscale: #6F6F6F. Windows color (decimal): -4570473 or 9913018. OLE color: 9913018.

HSL color Cylindrical-coordinate representation of color #BA4297: hue angle of 317.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4297 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 151 -
CMYK 0 0.65 0.19 0.27
HSL 317.5º 0.48% 0.49% -
HSV(B) 317.5º 0.65% 0.73% -
XYZ 27.78 16.57 31.01 -
YUV 111.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 186 66 151 0 0.65 0.19 0.27 317.5 0.48 0.49
Hex BA 42 97 0 41 13 1B 13E 30 31
Octal 272 102 227 0 101 23 33 476 60 61
Binary 10111010 1000010 10010111 0 1000001 10011 11011 100111110 110000 110001

Color Harmonies of #BA4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4297

Black with #BA4297

Text Example


Text Example

White with #BA4297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4297; }

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

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

background-color css

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

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

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

border-color css

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

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

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