Html Css Color HEX #BA429B Mulberry

📋 copy color: '#BA429B'

red 186 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #BA429B

Tints of Mulberry #BA429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 45.7%
G = 16.22%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA429B (or 0xBA429B) is known color: Mulberry. HEX triplet: BA, 42 and 9B. RGB value is (186,66,155). Sum of RGB (Red+Green+Blue) = 186+66+155=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429B is #45BD64. Grayscale: #6F6F6F. Windows color (decimal): -4570469 or 10175162. OLE color: 10175162.

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

Color convert

RGB 186 66 155 -
CMYK 0 0.65 0.17 0.27
HSL 315.5º 0.48% 0.49% -
HSV(B) 315.5º 0.65% 0.73% -
XYZ 28.11 16.7 32.75 -
YUV 112.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 186 66 155 0 0.65 0.17 0.27 315.5 0.48 0.49
Hex BA 42 9B 0 41 11 1B 13C 30 31
Octal 272 102 233 0 101 21 33 474 60 61
Binary 10111010 1000010 10011011 0 1000001 10001 11011 100111100 110000 110001

Color Harmonies of #BA429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA429B

Black with #BA429B

Text Example


Text Example

White with #BA429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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