Html Css Color HEX #BA6093 Mulberry

📋 copy color: '#BA6093'

red 186 ◦ green 96 ◦ blue 147

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

Shades of Mulberry #BA6093

Tints of Mulberry #BA6093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 43.36%
G = 22.38%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA6093 (or 0xBA6093) is known color: Mulberry. HEX triplet: BA, 60 and 93. RGB value is (186,96,147). Sum of RGB (Red+Green+Blue) = 186+96+147=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6093 is #459F6C. Grayscale: #808080. Windows color (decimal): -4562797 or 9658554. OLE color: 9658554.

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

Color convert

RGB 186 96 147 -
CMYK 0 0.48 0.21 0.27
HSL 326º 0.39% 0.55% -
HSV(B) 326º 0.48% 0.73% -
XYZ 29.7 20.91 30.07 -
YUV 128.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 186 96 147 0 0.48 0.21 0.27 326 0.39 0.55
Hex BA 60 93 0 30 15 1B 146 27 37
Octal 272 140 223 0 60 25 33 506 47 67
Binary 10111010 1100000 10010011 0 110000 10101 11011 101000110 100111 110111

Color Harmonies of #BA6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6093

Black with #BA6093

Text Example


Text Example

White with #BA6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6093; }

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

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

background-color css

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

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

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

border-color css

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

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

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