Html Css Color HEX #BA1355 Jazzberry Jam

📋 copy color: '#BA1355'

red 186 ◦ green 19 ◦ blue 85

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

Shades of Jazzberry Jam #BA1355

Tints of Jazzberry Jam #BA1355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 64.14%
G = 6.55%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA1355 (or 0xBA1355) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 55. RGB value is (186,19,85). Sum of RGB (Red+Green+Blue) = 186+19+85=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1355 is #45ECAA. Grayscale: #4C4C4C. Windows color (decimal): -4582571 or 5575610. OLE color: 5575610.

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

Color convert

RGB 186 19 85 -
CMYK 0 0.90 0.54 0.27
HSL 336.29º 0.81% 0.4% -
HSV(B) 336.29º 0.9% 0.73% -
XYZ 22.12 11.56 9.66 -
YUV 76.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 186 19 85 0 0.90 0.54 0.27 336.29 0.81 0.4
Hex BA 13 55 0 5A 36 1B 150 51 28
Octal 272 23 125 0 132 66 33 520 121 50
Binary 10111010 10011 1010101 0 1011010 110110 11011 101010000 1010001 101000

Color Harmonies of #BA1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1355

Black with #BA1355

Text Example


Text Example

White with #BA1355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1355; }

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

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

background-color css

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

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

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

border-color css

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

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

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