Html Css Color HEX #BA608C Mulberry

📋 copy color: '#BA608C'

red 186 ◦ green 96 ◦ blue 140

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

Shades of Mulberry #BA608C

Tints of Mulberry #BA608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 44.08%
G = 22.75%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA608C (or 0xBA608C) is known color: Mulberry. HEX triplet: BA, 60 and 8C. RGB value is (186,96,140). Sum of RGB (Red+Green+Blue) = 186+96+140=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608C is #459F73. Grayscale: #7F7F7F. Windows color (decimal): -4562804 or 9199802. OLE color: 9199802.

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

Color convert

RGB 186 96 140 -
CMYK 0 0.48 0.25 0.27
HSL 330.67º 0.39% 0.55% -
HSV(B) 330.67º 0.48% 0.73% -
XYZ 29.17 20.7 27.27 -
YUV 127.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 186 96 140 0 0.48 0.25 0.27 330.67 0.39 0.55
Hex BA 60 8C 0 30 19 1B 14B 27 37
Octal 272 140 214 0 60 31 33 513 47 67
Binary 10111010 1100000 10001100 0 110000 11001 11011 101001011 100111 110111

Color Harmonies of #BA608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA608C

Black with #BA608C

Text Example


Text Example

White with #BA608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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