Html Css Color HEX #BA609B Mulberry

📋 copy color: '#BA609B'

red 186 ◦ green 96 ◦ blue 155

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

Shades of Mulberry #BA609B

Tints of Mulberry #BA609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 42.56%
G = 21.97%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA609B (or 0xBA609B) is known color: Mulberry. HEX triplet: BA, 60 and 9B. RGB value is (186,96,155). Sum of RGB (Red+Green+Blue) = 186+96+155=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609B is #459F64. Grayscale: #818181. Windows color (decimal): -4562789 or 10182842. OLE color: 10182842.

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

Color convert

RGB 186 96 155 -
CMYK 0 0.48 0.17 0.27
HSL 320.67º 0.39% 0.55% -
HSV(B) 320.67º 0.48% 0.73% -
XYZ 30.35 21.17 33.5 -
YUV 129.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 186 96 155 0 0.48 0.17 0.27 320.67 0.39 0.55
Hex BA 60 9B 0 30 11 1B 141 27 37
Octal 272 140 233 0 60 21 33 501 47 67
Binary 10111010 1100000 10011011 0 110000 10001 11011 101000001 100111 110111

Color Harmonies of #BA609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA609B

Black with #BA609B

Text Example


Text Example

White with #BA609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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