Html Css Color HEX #BA4B92 Mulberry

📋 copy color: '#BA4B92'

red 186 ◦ green 75 ◦ blue 146

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

Shades of Mulberry #BA4B92

Tints of Mulberry #BA4B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 45.7%
G = 18.43%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4B92 (or 0xBA4B92) is known color: Mulberry. HEX triplet: BA, 4B and 92. RGB value is (186,75,146). Sum of RGB (Red+Green+Blue) = 186+75+146=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B92 is #45B46D. Grayscale: #747474. Windows color (decimal): -4568174 or 9587642. OLE color: 9587642.

HSL color Cylindrical-coordinate representation of color #BA4B92: hue angle of 321.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B92 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 146 -
CMYK 0 0.60 0.22 0.27
HSL 321.62º 0.45% 0.51% -
HSV(B) 321.62º 0.6% 0.73% -
XYZ 27.95 17.55 29.11 -
YUV 116.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 186 75 146 0 0.60 0.22 0.27 321.62 0.45 0.51
Hex BA 4B 92 0 3C 16 1B 142 2D 33
Octal 272 113 222 0 74 26 33 502 55 63
Binary 10111010 1001011 10010010 0 111100 10110 11011 101000010 101101 110011

Color Harmonies of #BA4B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B92

Black with #BA4B92

Text Example


Text Example

White with #BA4B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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