Html Css Color HEX #BA1659 Jazzberry Jam

📋 copy color: '#BA1659'

red 186 ◦ green 22 ◦ blue 89

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

Shades of Jazzberry Jam #BA1659

Tints of Jazzberry Jam #BA1659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 62.63%
G = 7.41%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA1659 (or 0xBA1659) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 59. RGB value is (186,22,89). Sum of RGB (Red+Green+Blue) = 186+22+89=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1659 is #45E9A6. Grayscale: #4E4E4E. Windows color (decimal): -4581799 or 5838522. OLE color: 5838522.

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

Color convert

RGB 186 22 89 -
CMYK 0 0.88 0.52 0.27
HSL 335.49º 0.79% 0.41% -
HSV(B) 335.49º 0.88% 0.73% -
XYZ 22.34 11.73 10.54 -
YUV 78.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 186 22 89 0 0.88 0.52 0.27 335.49 0.79 0.41
Hex BA 16 59 0 58 34 1B 14F 4F 29
Octal 272 26 131 0 130 64 33 517 117 51
Binary 10111010 10110 1011001 0 1011000 110100 11011 101001111 1001111 101001

Color Harmonies of #BA1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1659

Black with #BA1659

Text Example


Text Example

White with #BA1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1659; }

 p { color: rgb(186,22,89); }

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

background-color css

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

 a { background-color: rgb(186,22,89); }

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

border-color css

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

 span { border-color: rgb(186,22,89); }

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