Html Css Color HEX #BA468A Mulberry

📋 copy color: '#BA468A'

red 186 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #BA468A

Tints of Mulberry #BA468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 47.21%
G = 17.77%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA468A (or 0xBA468A) is known color: Mulberry. HEX triplet: BA, 46 and 8A. RGB value is (186,70,138). Sum of RGB (Red+Green+Blue) = 186+70+138=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA468A is #45B975. Grayscale: #707070. Windows color (decimal): -4569462 or 9062074. OLE color: 9062074.

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

Color convert

RGB 186 70 138 -
CMYK 0 0.62 0.26 0.27
HSL 324.83º 0.46% 0.5% -
HSV(B) 324.83º 0.62% 0.73% -
XYZ 27.03 16.65 25.83 -
YUV 112.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 186 70 138 0 0.62 0.26 0.27 324.83 0.46 0.5
Hex BA 46 8A 0 3E 1A 1B 145 2E 32
Octal 272 106 212 0 76 32 33 505 56 62
Binary 10111010 1000110 10001010 0 111110 11010 11011 101000101 101110 110010

Color Harmonies of #BA468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA468A

Black with #BA468A

Text Example


Text Example

White with #BA468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA468A; }

 p { color: rgb(186,70,138); }

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

background-color css

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

 a { background-color: rgb(186,70,138); }

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

border-color css

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

 span { border-color: rgb(186,70,138); }

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