Html Css Color HEX #BA438A Mulberry

📋 copy color: '#BA438A'

red 186 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #BA438A

Tints of Mulberry #BA438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.14%

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

R = 47.57%
G = 17.14%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA438A (or 0xBA438A) is known color: Mulberry. HEX triplet: BA, 43 and 8A. RGB value is (186,67,138). Sum of RGB (Red+Green+Blue) = 186+67+138=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438A is #45BC75. Grayscale: #6E6E6E. Windows color (decimal): -4570230 or 9061306. OLE color: 9061306.

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

Color convert

RGB 186 67 138 -
CMYK 0 0.64 0.26 0.27
HSL 324.2º 0.47% 0.5% -
HSV(B) 324.2º 0.64% 0.73% -
XYZ 26.84 16.29 25.77 -
YUV 110.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 186 67 138 0 0.64 0.26 0.27 324.2 0.47 0.5
Hex BA 43 8A 0 40 1A 1B 144 2F 32
Octal 272 103 212 0 100 32 33 504 57 62
Binary 10111010 1000011 10001010 0 1000000 11010 11011 101000100 101111 110010

Color Harmonies of #BA438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA438A

Black with #BA438A

Text Example


Text Example

White with #BA438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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