Html Css Color HEX #BA1C63 Jazzberry Jam

📋 copy color: '#BA1C63'

red 186 ◦ green 28 ◦ blue 99

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

Shades of Jazzberry Jam #BA1C63

Tints of Jazzberry Jam #BA1C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 59.42%
G = 8.95%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1C63 (or 0xBA1C63) is known color: Jazzberry Jam. HEX triplet: BA, 1C and 63. RGB value is (186,28,99). Sum of RGB (Red+Green+Blue) = 186+28+99=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C63 is #45E39C. Grayscale: #535353. Windows color (decimal): -4580253 or 6495418. OLE color: 6495418.

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

Color convert

RGB 186 28 99 -
CMYK 0 0.85 0.47 0.27
HSL 333.04º 0.74% 0.42% -
HSV(B) 333.04º 0.85% 0.73% -
XYZ 22.92 12.17 12.95 -
YUV 83.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 186 28 99 0 0.85 0.47 0.27 333.04 0.74 0.42
Hex BA 1C 63 0 55 2F 1B 14D 4A 2A
Octal 272 34 143 0 125 57 33 515 112 52
Binary 10111010 11100 1100011 0 1010101 101111 11011 101001101 1001010 101010

Color Harmonies of #BA1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C63

Black with #BA1C63

Text Example


Text Example

White with #BA1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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