Html Css Color HEX #BA6095 Mulberry

📋 copy color: '#BA6095'

red 186 ◦ green 96 ◦ blue 149

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

Shades of Mulberry #BA6095

Tints of Mulberry #BA6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 43.16%
G = 22.27%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA6095 (or 0xBA6095) is known color: Mulberry. HEX triplet: BA, 60 and 95. RGB value is (186,96,149). Sum of RGB (Red+Green+Blue) = 186+96+149=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6095 is #459F6A. Grayscale: #808080. Windows color (decimal): -4562795 or 9789626. OLE color: 9789626.

HSL color Cylindrical-coordinate representation of color #BA6095: hue angle of 324.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 #BA6095 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 149 -
CMYK 0 0.48 0.20 0.27
HSL 324.67º 0.39% 0.55% -
HSV(B) 324.67º 0.48% 0.73% -
XYZ 29.86 20.97 30.91 -
YUV 128.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 186 96 149 0 0.48 0.20 0.27 324.67 0.39 0.55
Hex BA 60 95 0 30 14 1B 145 27 37
Octal 272 140 225 0 60 24 33 505 47 67
Binary 10111010 1100000 10010101 0 110000 10100 11011 101000101 100111 110111

Color Harmonies of #BA6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6095

Black with #BA6095

Text Example


Text Example

White with #BA6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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