Html Css Color HEX #BA1561 Jazzberry Jam

📋 copy color: '#BA1561'

red 186 ◦ green 21 ◦ blue 97

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

Shades of Jazzberry Jam #BA1561

Tints of Jazzberry Jam #BA1561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 61.18%
G = 6.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1561 (or 0xBA1561) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 61. RGB value is (186,21,97). Sum of RGB (Red+Green+Blue) = 186+21+97=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1561 is #45EA9E. Grayscale: #4E4E4E. Windows color (decimal): -4582047 or 6362554. OLE color: 6362554.

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

Color convert

RGB 186 21 97 -
CMYK 0 0.89 0.48 0.27
HSL 332.36º 0.8% 0.41% -
HSV(B) 332.36º 0.89% 0.73% -
XYZ 22.68 11.84 12.4 -
YUV 79 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 186 21 97 0 0.89 0.48 0.27 332.36 0.8 0.41
Hex BA 15 61 0 59 30 1B 14C 50 29
Octal 272 25 141 0 131 60 33 514 120 51
Binary 10111010 10101 1100001 0 1011001 110000 11011 101001100 1010000 101001

Color Harmonies of #BA1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1561

Black with #BA1561

Text Example


Text Example

White with #BA1561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1561; }

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

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

background-color css

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

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

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

border-color css

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

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

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