Html Css Color HEX #BA4381 Mulberry

📋 copy color: '#BA4381'

red 186 ◦ green 67 ◦ blue 129

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

Shades of Mulberry #BA4381

Tints of Mulberry #BA4381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 48.69%
G = 17.54%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4381 (or 0xBA4381) is known color: Mulberry. HEX triplet: BA, 43 and 81. RGB value is (186,67,129). Sum of RGB (Red+Green+Blue) = 186+67+129=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4381 is #45BC7E. Grayscale: #6D6D6D. Windows color (decimal): -4570239 or 8471482. OLE color: 8471482.

HSL color Cylindrical-coordinate representation of color #BA4381: hue angle of 328.74º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4381 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 129 -
CMYK 0 0.64 0.31 0.27
HSL 328.74º 0.47% 0.5% -
HSV(B) 328.74º 0.64% 0.73% -
XYZ 26.22 16.04 22.48 -
YUV 109.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 186 67 129 0 0.64 0.31 0.27 328.74 0.47 0.5
Hex BA 43 81 0 40 1F 1B 149 2F 32
Octal 272 103 201 0 100 37 33 511 57 62
Binary 10111010 1000011 10000001 0 1000000 11111 11011 101001001 101111 110010

Color Harmonies of #BA4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4381

Black with #BA4381

Text Example


Text Example

White with #BA4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4381; }

 p { color: rgb(186,67,129); }

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

background-color css

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

 a { background-color: rgb(186,67,129); }

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

border-color css

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

 span { border-color: rgb(186,67,129); }

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