Html Css Color HEX #BA5B92 Mulberry

📋 copy color: '#BA5B92'

red 186 ◦ green 91 ◦ blue 146

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

Shades of Mulberry #BA5B92

Tints of Mulberry #BA5B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 43.97%
G = 21.51%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA5B92 (or 0xBA5B92) is known color: Mulberry. HEX triplet: BA, 5B and 92. RGB value is (186,91,146). Sum of RGB (Red+Green+Blue) = 186+91+146=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B92 is #45A46D. Grayscale: #7D7D7D. Windows color (decimal): -4564078 or 9591738. OLE color: 9591738.

HSL color Cylindrical-coordinate representation of color #BA5B92: hue angle of 325.26º 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 #BA5B92 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 91 146 -
CMYK 0 0.51 0.22 0.27
HSL 325.26º 0.41% 0.54% -
HSV(B) 325.26º 0.51% 0.73% -
XYZ 29.18 20 29.52 -
YUV 125.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 186 91 146 0 0.51 0.22 0.27 325.26 0.41 0.54
Hex BA 5B 92 0 33 16 1B 145 29 36
Octal 272 133 222 0 63 26 33 505 51 66
Binary 10111010 1011011 10010010 0 110011 10110 11011 101000101 101001 110110

Color Harmonies of #BA5B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B92

Black with #BA5B92

Text Example


Text Example

White with #BA5B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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