Html Css Color HEX #BA5B8B Mulberry

📋 copy color: '#BA5B8B'

red 186 ◦ green 91 ◦ blue 139

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

Shades of Mulberry #BA5B8B

Tints of Mulberry #BA5B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 44.71%
G = 21.88%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA5B8B (or 0xBA5B8B) is known color: Mulberry. HEX triplet: BA, 5B and 8B. RGB value is (186,91,139). Sum of RGB (Red+Green+Blue) = 186+91+139=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8B is #45A474. Grayscale: #7C7C7C. Windows color (decimal): -4564085 or 9132986. OLE color: 9132986.

HSL color Cylindrical-coordinate representation of color #BA5B8B: hue angle of 329.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B8B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 91 139 -
CMYK 0 0.51 0.25 0.27
HSL 329.68º 0.41% 0.54% -
HSV(B) 329.68º 0.51% 0.73% -
XYZ 28.65 19.79 26.73 -
YUV 124.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 186 91 139 0 0.51 0.25 0.27 329.68 0.41 0.54
Hex BA 5B 8B 0 33 19 1B 14A 29 36
Octal 272 133 213 0 63 31 33 512 51 66
Binary 10111010 1011011 10001011 0 110011 11001 11011 101001010 101001 110110

Color Harmonies of #BA5B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B8B

Black with #BA5B8B

Text Example


Text Example

White with #BA5B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B8B; }

 p { color: rgb(186,91,139); }

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

background-color css

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

 a { background-color: rgb(186,91,139); }

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

border-color css

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

 span { border-color: rgb(186,91,139); }

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