Html Css Color HEX #BA609C Mulberry

📋 copy color: '#BA609C'

red 186 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #BA609C

Tints of Mulberry #BA609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 42.47%
G = 21.92%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA609C (or 0xBA609C) is known color: Mulberry. HEX triplet: BA, 60 and 9C. RGB value is (186,96,156). Sum of RGB (Red+Green+Blue) = 186+96+156=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609C is #459F63. Grayscale: #818181. Windows color (decimal): -4562788 or 10248378. OLE color: 10248378.

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

Color convert

RGB 186 96 156 -
CMYK 0 0.48 0.16 0.27
HSL 320º 0.39% 0.55% -
HSV(B) 320º 0.48% 0.73% -
XYZ 30.43 21.21 33.94 -
YUV 129.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 186 96 156 0 0.48 0.16 0.27 320 0.39 0.55
Hex BA 60 9C 0 30 10 1B 140 27 37
Octal 272 140 234 0 60 20 33 500 47 67
Binary 10111010 1100000 10011100 0 110000 10000 11011 101000000 100111 110111

Color Harmonies of #BA609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA609C

Black with #BA609C

Text Example


Text Example

White with #BA609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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