Html Css Color HEX #BA6090 Mulberry

📋 copy color: '#BA6090'

red 186 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #BA6090

Tints of Mulberry #BA6090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 43.66%
G = 22.54%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA6090 (or 0xBA6090) is known color: Mulberry. HEX triplet: BA, 60 and 90. RGB value is (186,96,144). Sum of RGB (Red+Green+Blue) = 186+96+144=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6090 is #459F6F. Grayscale: #808080. Windows color (decimal): -4562800 or 9461946. OLE color: 9461946.

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

Color convert

RGB 186 96 144 -
CMYK 0 0.48 0.23 0.27
HSL 328º 0.39% 0.55% -
HSV(B) 328º 0.48% 0.73% -
XYZ 29.47 20.82 28.85 -
YUV 128.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 186 96 144 0 0.48 0.23 0.27 328 0.39 0.55
Hex BA 60 90 0 30 17 1B 148 27 37
Octal 272 140 220 0 60 27 33 510 47 67
Binary 10111010 1100000 10010000 0 110000 10111 11011 101001000 100111 110111

Color Harmonies of #BA6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6090

Black with #BA6090

Text Example


Text Example

White with #BA6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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