Html Css Color HEX #BA1861 Jazzberry Jam

📋 copy color: '#BA1861'

red 186 ◦ green 24 ◦ blue 97

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

Shades of Jazzberry Jam #BA1861

Tints of Jazzberry Jam #BA1861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 60.59%
G = 7.82%
B = 31.6%

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

#BA1861 (or 0xBA1861) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 61. RGB value is (186,24,97). Sum of RGB (Red+Green+Blue) = 186+24+97=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1861 is #45E79E. Grayscale: #505050. Windows color (decimal): -4581279 or 6363322. OLE color: 6363322.

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

Color convert

RGB 186 24 97 -
CMYK 0 0.87 0.48 0.27
HSL 332.96º 0.77% 0.41% -
HSV(B) 332.96º 0.87% 0.73% -
XYZ 22.73 11.96 12.42 -
YUV 80.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 186 24 97 0 0.87 0.48 0.27 332.96 0.77 0.41
Hex BA 18 61 0 57 30 1B 14D 4D 29
Octal 272 30 141 0 127 60 33 515 115 51
Binary 10111010 11000 1100001 0 1010111 110000 11011 101001101 1001101 101001

Color Harmonies of #BA1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1861

Black with #BA1861

Text Example


Text Example

White with #BA1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1861; }

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

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

background-color css

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

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

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

border-color css

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

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

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