Html Css Color HEX #BA146C Jazzberry Jam

📋 copy color: '#BA146C'

red 186 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #BA146C

Tints of Jazzberry Jam #BA146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 59.24%
G = 6.37%
B = 34.39%

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

#BA146C (or 0xBA146C) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 6C. RGB value is (186,20,108). Sum of RGB (Red+Green+Blue) = 186+20+108=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146C is #45EB93. Grayscale: #4F4F4F. Windows color (decimal): -4582292 or 7083194. OLE color: 7083194.

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

Color convert

RGB 186 20 108 -
CMYK 0 0.89 0.42 0.27
HSL 328.19º 0.81% 0.4% -
HSV(B) 328.19º 0.89% 0.73% -
XYZ 23.21 12.02 15.28 -
YUV 79.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 186 20 108 0 0.89 0.42 0.27 328.19 0.81 0.4
Hex BA 14 6C 0 59 2A 1B 148 51 28
Octal 272 24 154 0 131 52 33 510 121 50
Binary 10111010 10100 1101100 0 1011001 101010 11011 101001000 1010001 101000

Color Harmonies of #BA146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA146C

Black with #BA146C

Text Example


Text Example

White with #BA146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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