Html Css Color HEX #BA6299 Mulberry

📋 copy color: '#BA6299'

red 186 ◦ green 98 ◦ blue 153

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

Shades of Mulberry #BA6299

Tints of Mulberry #BA6299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 42.56%
G = 22.43%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA6299 (or 0xBA6299) is known color: Mulberry. HEX triplet: BA, 62 and 99. RGB value is (186,98,153). Sum of RGB (Red+Green+Blue) = 186+98+153=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6299 is #459D66. Grayscale: #828282. Windows color (decimal): -4562279 or 10052282. OLE color: 10052282.

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

Color convert

RGB 186 98 153 -
CMYK 0 0.47 0.18 0.27
HSL 322.5º 0.39% 0.56% -
HSV(B) 322.5º 0.47% 0.73% -
XYZ 30.37 21.47 32.68 -
YUV 130.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 186 98 153 0 0.47 0.18 0.27 322.5 0.39 0.56
Hex BA 62 99 0 2F 12 1B 142 27 38
Octal 272 142 231 0 57 22 33 502 47 70
Binary 10111010 1100010 10011001 0 101111 10010 11011 101000010 100111 111000

Color Harmonies of #BA6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6299

Black with #BA6299

Text Example


Text Example

White with #BA6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6299; }

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

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

background-color css

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

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

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

border-color css

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

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

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