Html Css Color HEX #BA1563 Jazzberry Jam

📋 copy color: '#BA1563'

red 186 ◦ green 21 ◦ blue 99

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

Shades of Jazzberry Jam #BA1563

Tints of Jazzberry Jam #BA1563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 60.78%
G = 6.86%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1563 (or 0xBA1563) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 63. RGB value is (186,21,99). Sum of RGB (Red+Green+Blue) = 186+21+99=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1563 is #45EA9C. Grayscale: #4F4F4F. Windows color (decimal): -4582045 or 6493626. OLE color: 6493626.

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

Color convert

RGB 186 21 99 -
CMYK 0 0.89 0.47 0.27
HSL 331.64º 0.8% 0.41% -
HSV(B) 331.64º 0.89% 0.73% -
XYZ 22.77 11.88 12.9 -
YUV 79.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 186 21 99 0 0.89 0.47 0.27 331.64 0.8 0.41
Hex BA 15 63 0 59 2F 1B 14C 50 29
Octal 272 25 143 0 131 57 33 514 120 51
Binary 10111010 10101 1100011 0 1011001 101111 11011 101001100 1010000 101001

Color Harmonies of #BA1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1563

Black with #BA1563

Text Example


Text Example

White with #BA1563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1563; }

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

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

background-color css

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

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

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

border-color css

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

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

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