Html Css Color HEX #BA6098 Mulberry

📋 copy color: '#BA6098'

red 186 ◦ green 96 ◦ blue 152

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

Shades of Mulberry #BA6098

Tints of Mulberry #BA6098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 42.86%
G = 22.12%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA6098 (or 0xBA6098) is known color: Mulberry. HEX triplet: BA, 60 and 98. RGB value is (186,96,152). Sum of RGB (Red+Green+Blue) = 186+96+152=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6098 is #459F67. Grayscale: #818181. Windows color (decimal): -4562792 or 9986234. OLE color: 9986234.

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

Color convert

RGB 186 96 152 -
CMYK 0 0.48 0.18 0.27
HSL 322.67º 0.39% 0.55% -
HSV(B) 322.67º 0.48% 0.73% -
XYZ 30.1 21.07 32.19 -
YUV 129.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 186 96 152 0 0.48 0.18 0.27 322.67 0.39 0.55
Hex BA 60 98 0 30 12 1B 143 27 37
Octal 272 140 230 0 60 22 33 503 47 67
Binary 10111010 1100000 10011000 0 110000 10010 11011 101000011 100111 110111

Color Harmonies of #BA6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6098

Black with #BA6098

Text Example


Text Example

White with #BA6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6098; }

 p { color: rgb(186,96,152); }

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

background-color css

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

 a { background-color: rgb(186,96,152); }

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

border-color css

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

 span { border-color: rgb(186,96,152); }

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