Html Css Color HEX #BA1361 Jazzberry Jam

📋 copy color: '#BA1361'

red 186 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #BA1361

Tints of Jazzberry Jam #BA1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 61.59%
G = 6.29%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1361 (or 0xBA1361) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 61. RGB value is (186,19,97). Sum of RGB (Red+Green+Blue) = 186+19+97=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1361 is #45EC9E. Grayscale: #4D4D4D. Windows color (decimal): -4582559 or 6362042. OLE color: 6362042.

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

Color convert

RGB 186 19 97 -
CMYK 0 0.90 0.48 0.27
HSL 331.98º 0.81% 0.4% -
HSV(B) 331.98º 0.9% 0.73% -
XYZ 22.64 11.77 12.39 -
YUV 77.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 186 19 97 0 0.90 0.48 0.27 331.98 0.81 0.4
Hex BA 13 61 0 5A 30 1B 14C 51 28
Octal 272 23 141 0 132 60 33 514 121 50
Binary 10111010 10011 1100001 0 1011010 110000 11011 101001100 1010001 101000

Color Harmonies of #BA1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1361

Black with #BA1361

Text Example


Text Example

White with #BA1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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