Html Css Color HEX #BA6091 Mulberry

📋 copy color: '#BA6091'

red 186 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #BA6091

Tints of Mulberry #BA6091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 43.56%
G = 22.48%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA6091 (or 0xBA6091) is known color: Mulberry. HEX triplet: BA, 60 and 91. RGB value is (186,96,145). Sum of RGB (Red+Green+Blue) = 186+96+145=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6091 is #459F6E. Grayscale: #808080. Windows color (decimal): -4562799 or 9527482. OLE color: 9527482.

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

Color convert

RGB 186 96 145 -
CMYK 0 0.48 0.22 0.27
HSL 327.33º 0.39% 0.55% -
HSV(B) 327.33º 0.48% 0.73% -
XYZ 29.54 20.85 29.26 -
YUV 128.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 186 96 145 0 0.48 0.22 0.27 327.33 0.39 0.55
Hex BA 60 91 0 30 16 1B 147 27 37
Octal 272 140 221 0 60 26 33 507 47 67
Binary 10111010 1100000 10010001 0 110000 10110 11011 101000111 100111 110111

Color Harmonies of #BA6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6091

Black with #BA6091

Text Example


Text Example

White with #BA6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6091; }

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

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

background-color css

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

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

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

border-color css

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

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

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