Html Css Color HEX #BA146B Jazzberry Jam

📋 copy color: '#BA146B'

red 186 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #BA146B

Tints of Jazzberry Jam #BA146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 59.42%
G = 6.39%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA146B (or 0xBA146B) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 6B. RGB value is (186,20,107). Sum of RGB (Red+Green+Blue) = 186+20+107=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146B is #45EB94. Grayscale: #4F4F4F. Windows color (decimal): -4582293 or 7017658. OLE color: 7017658.

HSL color Cylindrical-coordinate representation of color #BA146B: hue angle of 328.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA146B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 107 -
CMYK 0 0.89 0.42 0.27
HSL 328.55º 0.81% 0.4% -
HSV(B) 328.55º 0.89% 0.73% -
XYZ 23.15 12 15.01 -
YUV 79.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 186 20 107 0 0.89 0.42 0.27 328.55 0.81 0.4
Hex BA 14 6B 0 59 2A 1B 149 51 28
Octal 272 24 153 0 131 52 33 511 121 50
Binary 10111010 10100 1101011 0 1011001 101010 11011 101001001 1010001 101000

Color Harmonies of #BA146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA146B

Black with #BA146B

Text Example


Text Example

White with #BA146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA146B; }

 p { color: rgb(186,20,107); }

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

background-color css

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

 a { background-color: rgb(186,20,107); }

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

border-color css

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

 span { border-color: rgb(186,20,107); }

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