Html Css Color HEX #BA629A Mulberry

📋 copy color: '#BA629A'

red 186 ◦ green 98 ◦ blue 154

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

Shades of Mulberry #BA629A

Tints of Mulberry #BA629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 42.47%
G = 22.37%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA629A (or 0xBA629A) is known color: Mulberry. HEX triplet: BA, 62 and 9A. RGB value is (186,98,154). Sum of RGB (Red+Green+Blue) = 186+98+154=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629A is #459D65. Grayscale: #828282. Windows color (decimal): -4562278 or 10117818. OLE color: 10117818.

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

Color convert

RGB 186 98 154 -
CMYK 0 0.47 0.17 0.27
HSL 321.82º 0.39% 0.56% -
HSV(B) 321.82º 0.47% 0.73% -
XYZ 30.45 21.51 33.12 -
YUV 130.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 186 98 154 0 0.47 0.17 0.27 321.82 0.39 0.56
Hex BA 62 9A 0 2F 11 1B 142 27 38
Octal 272 142 232 0 57 21 33 502 47 70
Binary 10111010 1100010 10011010 0 101111 10001 11011 101000010 100111 111000

Color Harmonies of #BA629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA629A

Black with #BA629A

Text Example


Text Example

White with #BA629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA629A; }

 p { color: rgb(186,98,154); }

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

background-color css

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

 a { background-color: rgb(186,98,154); }

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

border-color css

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

 span { border-color: rgb(186,98,154); }

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