Html Css Color HEX #BA468E Mulberry

📋 copy color: '#BA468E'

red 186 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #BA468E

Tints of Mulberry #BA468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 46.73%
G = 17.59%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA468E (or 0xBA468E) is known color: Mulberry. HEX triplet: BA, 46 and 8E. RGB value is (186,70,142). Sum of RGB (Red+Green+Blue) = 186+70+142=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA468E is #45B971. Grayscale: #707070. Windows color (decimal): -4569458 or 9324218. OLE color: 9324218.

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

Color convert

RGB 186 70 142 -
CMYK 0 0.62 0.24 0.27
HSL 322.76º 0.46% 0.5% -
HSV(B) 322.76º 0.62% 0.73% -
XYZ 27.32 16.77 27.39 -
YUV 112.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 186 70 142 0 0.62 0.24 0.27 322.76 0.46 0.5
Hex BA 46 8E 0 3E 18 1B 143 2E 32
Octal 272 106 216 0 76 30 33 503 56 62
Binary 10111010 1000110 10001110 0 111110 11000 11011 101000011 101110 110010

Color Harmonies of #BA468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA468E

Black with #BA468E

Text Example


Text Example

White with #BA468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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