Html Css Color HEX #BA1455 Jazzberry Jam

📋 copy color: '#BA1455'

red 186 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #BA1455

Tints of Jazzberry Jam #BA1455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 63.92%
G = 6.87%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA1455 (or 0xBA1455) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 55. RGB value is (186,20,85). Sum of RGB (Red+Green+Blue) = 186+20+85=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1455 is #45EBAA. Grayscale: #4C4C4C. Windows color (decimal): -4582315 or 5575866. OLE color: 5575866.

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

Color convert

RGB 186 20 85 -
CMYK 0 0.89 0.54 0.27
HSL 336.51º 0.81% 0.4% -
HSV(B) 336.51º 0.89% 0.73% -
XYZ 22.14 11.6 9.67 -
YUV 77.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 186 20 85 0 0.89 0.54 0.27 336.51 0.81 0.4
Hex BA 14 55 0 59 36 1B 151 51 28
Octal 272 24 125 0 131 66 33 521 121 50
Binary 10111010 10100 1010101 0 1011001 110110 11011 101010001 1010001 101000

Color Harmonies of #BA1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1455

Black with #BA1455

Text Example


Text Example

White with #BA1455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1455; }

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

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

background-color css

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

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

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

border-color css

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

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

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