Html Css Color HEX #BA1566 Jazzberry Jam

📋 copy color: '#BA1566'

red 186 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #BA1566

Tints of Jazzberry Jam #BA1566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 60.19%
G = 6.8%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA1566 (or 0xBA1566) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 66. RGB value is (186,21,102). Sum of RGB (Red+Green+Blue) = 186+21+102=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1566 is #45EA99. Grayscale: #4F4F4F. Windows color (decimal): -4582042 or 6690234. OLE color: 6690234.

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

Color convert

RGB 186 21 102 -
CMYK 0 0.89 0.45 0.27
HSL 330.55º 0.8% 0.41% -
HSV(B) 330.55º 0.89% 0.73% -
XYZ 22.92 11.93 13.67 -
YUV 79.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 186 21 102 0 0.89 0.45 0.27 330.55 0.8 0.41
Hex BA 15 66 0 59 2D 1B 14B 50 29
Octal 272 25 146 0 131 55 33 513 120 51
Binary 10111010 10101 1100110 0 1011001 101101 11011 101001011 1010000 101001

Color Harmonies of #BA1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1566

Black with #BA1566

Text Example


Text Example

White with #BA1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1566; }

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

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

background-color css

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

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

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

border-color css

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

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

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