Html Css Color HEX #BA1760 Jazzberry Jam

📋 copy color: '#BA1760'

red 186 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #BA1760

Tints of Jazzberry Jam #BA1760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 60.98%
G = 7.54%
B = 31.48%

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

#BA1760 (or 0xBA1760) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 60. RGB value is (186,23,96). Sum of RGB (Red+Green+Blue) = 186+23+96=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1760 is #45E89F. Grayscale: #4F4F4F. Windows color (decimal): -4581536 or 6297530. OLE color: 6297530.

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

Color convert

RGB 186 23 96 -
CMYK 0 0.88 0.48 0.27
HSL 333.13º 0.78% 0.41% -
HSV(B) 333.13º 0.88% 0.73% -
XYZ 22.67 11.9 12.17 -
YUV 80.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 186 23 96 0 0.88 0.48 0.27 333.13 0.78 0.41
Hex BA 17 60 0 58 30 1B 14D 4E 29
Octal 272 27 140 0 130 60 33 515 116 51
Binary 10111010 10111 1100000 0 1011000 110000 11011 101001101 1001110 101001

Color Harmonies of #BA1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1760

Black with #BA1760

Text Example


Text Example

White with #BA1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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