Html Css Color HEX #BA1963 Jazzberry Jam

📋 copy color: '#BA1963'

red 186 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #BA1963

Tints of Jazzberry Jam #BA1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 60%
G = 8.06%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1963 (or 0xBA1963) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 63. RGB value is (186,25,99). Sum of RGB (Red+Green+Blue) = 186+25+99=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1963 is #45E69C. Grayscale: #515151. Windows color (decimal): -4581021 or 6494650. OLE color: 6494650.

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

Color convert

RGB 186 25 99 -
CMYK 0 0.87 0.47 0.27
HSL 332.42º 0.76% 0.41% -
HSV(B) 332.42º 0.87% 0.73% -
XYZ 22.85 12.04 12.92 -
YUV 81.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 186 25 99 0 0.87 0.47 0.27 332.42 0.76 0.41
Hex BA 19 63 0 57 2F 1B 14C 4C 29
Octal 272 31 143 0 127 57 33 514 114 51
Binary 10111010 11001 1100011 0 1010111 101111 11011 101001100 1001100 101001

Color Harmonies of #BA1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1963

Black with #BA1963

Text Example


Text Example

White with #BA1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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