Html Css Color HEX #BA629B Mulberry

📋 copy color: '#BA629B'

red 186 ◦ green 98 ◦ blue 155

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

Shades of Mulberry #BA629B

Tints of Mulberry #BA629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 42.37%
G = 22.32%
B = 35.31%

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

#BA629B (or 0xBA629B) is known color: Mulberry. HEX triplet: BA, 62 and 9B. RGB value is (186,98,155). Sum of RGB (Red+Green+Blue) = 186+98+155=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629B is #459D64. Grayscale: #828282. Windows color (decimal): -4562277 or 10183354. OLE color: 10183354.

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

Color convert

RGB 186 98 155 -
CMYK 0 0.47 0.17 0.27
HSL 321.14º 0.39% 0.56% -
HSV(B) 321.14º 0.47% 0.73% -
XYZ 30.53 21.54 33.56 -
YUV 130.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 186 98 155 0 0.47 0.17 0.27 321.14 0.39 0.56
Hex BA 62 9B 0 2F 11 1B 141 27 38
Octal 272 142 233 0 57 21 33 501 47 70
Binary 10111010 1100010 10011011 0 101111 10001 11011 101000001 100111 111000

Color Harmonies of #BA629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA629B

Black with #BA629B

Text Example


Text Example

White with #BA629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA629B; }

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

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

background-color css

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

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

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

border-color css

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

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

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