Html Css Color HEX #BA1761 Jazzberry Jam

📋 copy color: '#BA1761'

red 186 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #BA1761

Tints of Jazzberry Jam #BA1761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 60.78%
G = 7.52%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1761 (or 0xBA1761) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 61. RGB value is (186,23,97). Sum of RGB (Red+Green+Blue) = 186+23+97=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1761 is #45E89E. Grayscale: #505050. Windows color (decimal): -4581535 or 6363066. OLE color: 6363066.

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

Color convert

RGB 186 23 97 -
CMYK 0 0.88 0.48 0.27
HSL 332.76º 0.78% 0.41% -
HSV(B) 332.76º 0.88% 0.73% -
XYZ 22.71 11.91 12.41 -
YUV 80.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 186 23 97 0 0.88 0.48 0.27 332.76 0.78 0.41
Hex BA 17 61 0 58 30 1B 14D 4E 29
Octal 272 27 141 0 130 60 33 515 116 51
Binary 10111010 10111 1100001 0 1011000 110000 11011 101001101 1001110 101001

Color Harmonies of #BA1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1761

Black with #BA1761

Text Example


Text Example

White with #BA1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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