Html Css Color HEX #BA1961 Jazzberry Jam

📋 copy color: '#BA1961'

red 186 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #BA1961

Tints of Jazzberry Jam #BA1961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 60.39%
G = 8.12%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1961 (or 0xBA1961) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 61. RGB value is (186,25,97). Sum of RGB (Red+Green+Blue) = 186+25+97=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1961 is #45E69E. Grayscale: #515151. Windows color (decimal): -4581023 or 6363578. OLE color: 6363578.

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

Color convert

RGB 186 25 97 -
CMYK 0 0.87 0.48 0.27
HSL 333.17º 0.76% 0.41% -
HSV(B) 333.17º 0.87% 0.73% -
XYZ 22.76 12 12.43 -
YUV 81.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 186 25 97 0 0.87 0.48 0.27 333.17 0.76 0.41
Hex BA 19 61 0 57 30 1B 14D 4C 29
Octal 272 31 141 0 127 60 33 515 114 51
Binary 10111010 11001 1100001 0 1010111 110000 11011 101001101 1001100 101001

Color Harmonies of #BA1961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1961

Black with #BA1961

Text Example


Text Example

White with #BA1961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1961; }

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

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

background-color css

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

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

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

border-color css

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

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

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