Html Css Color HEX #BA1860 Jazzberry Jam

📋 copy color: '#BA1860'

red 186 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #BA1860

Tints of Jazzberry Jam #BA1860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 60.78%
G = 7.84%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1860 (or 0xBA1860) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 60. RGB value is (186,24,96). Sum of RGB (Red+Green+Blue) = 186+24+96=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1860 is #45E79F. Grayscale: #505050. Windows color (decimal): -4581280 or 6297786. OLE color: 6297786.

HSL color Cylindrical-coordinate representation of color #BA1860: hue angle of 333.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1860 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 96 -
CMYK 0 0.87 0.48 0.27
HSL 333.33º 0.77% 0.41% -
HSV(B) 333.33º 0.87% 0.73% -
XYZ 22.69 11.94 12.17 -
YUV 80.65 136.67 203.15 -
System Red Green Blue C M Y K H S L
Decimal 186 24 96 0 0.87 0.48 0.27 333.33 0.77 0.41
Hex BA 18 60 0 57 30 1B 14D 4D 29
Octal 272 30 140 0 127 60 33 515 115 51
Binary 10111010 11000 1100000 0 1010111 110000 11011 101001101 1001101 101001

Color Harmonies of #BA1860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1860

Black with #BA1860

Text Example


Text Example

White with #BA1860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1860; }

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

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

background-color css

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

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

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

border-color css

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

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

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