Html Css Color HEX #BA1C64 Jazzberry Jam

📋 copy color: '#BA1C64'

red 186 ◦ green 28 ◦ blue 100

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

Shades of Jazzberry Jam #BA1C64

Tints of Jazzberry Jam #BA1C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 59.24%
G = 8.92%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA1C64 (or 0xBA1C64) is known color: Jazzberry Jam. HEX triplet: BA, 1C and 64. RGB value is (186,28,100). Sum of RGB (Red+Green+Blue) = 186+28+100=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C64 is #45E39B. Grayscale: #535353. Windows color (decimal): -4580252 or 6560954. OLE color: 6560954.

HSL color Cylindrical-coordinate representation of color #BA1C64: hue angle of 332.66º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C64 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 100 -
CMYK 0 0.85 0.46 0.27
HSL 332.66º 0.74% 0.42% -
HSV(B) 332.66º 0.85% 0.73% -
XYZ 22.97 12.19 13.2 -
YUV 83.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 186 28 100 0 0.85 0.46 0.27 332.66 0.74 0.42
Hex BA 1C 64 0 55 2E 1B 14D 4A 2A
Octal 272 34 144 0 125 56 33 515 112 52
Binary 10111010 11100 1100100 0 1010101 101110 11011 101001101 1001010 101010

Color Harmonies of #BA1C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C64

Black with #BA1C64

Text Example


Text Example

White with #BA1C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C64; }

 p { color: rgb(186,28,100); }

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

background-color css

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

 a { background-color: rgb(186,28,100); }

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

border-color css

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

 span { border-color: rgb(186,28,100); }

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