Html Css Color HEX #BA1360 Jazzberry Jam

📋 copy color: '#BA1360'

red 186 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #BA1360

Tints of Jazzberry Jam #BA1360

RGB

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

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

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

R = 61.79%
G = 6.31%
B = 31.89%

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

#BA1360 (or 0xBA1360) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 60. RGB value is (186,19,96). Sum of RGB (Red+Green+Blue) = 186+19+96=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1360 is #45EC9F. Grayscale: #4D4D4D. Windows color (decimal): -4582560 or 6296506. OLE color: 6296506.

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

Color convert

RGB 186 19 96 -
CMYK 0 0.90 0.48 0.27
HSL 332.34º 0.81% 0.4% -
HSV(B) 332.34º 0.9% 0.73% -
XYZ 22.59 11.75 12.14 -
YUV 77.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 186 19 96 0 0.90 0.48 0.27 332.34 0.81 0.4
Hex BA 13 60 0 5A 30 1B 14C 51 28
Octal 272 23 140 0 132 60 33 514 121 50
Binary 10111010 10011 1100000 0 1011010 110000 11011 101001100 1010001 101000

Color Harmonies of #BA1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1360

Black with #BA1360

Text Example


Text Example

White with #BA1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1360; }

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

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

background-color css

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

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

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

border-color css

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

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

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