Html Css Color HEX #BA1159 Jazzberry Jam

📋 copy color: '#BA1159'

red 186 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #BA1159

Tints of Jazzberry Jam #BA1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

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

R = 63.7%
G = 5.82%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA1159 (or 0xBA1159) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 59. RGB value is (186,17,89). Sum of RGB (Red+Green+Blue) = 186+17+89=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1159 is #45EEA6. Grayscale: #4B4B4B. Windows color (decimal): -4583079 or 5837242. OLE color: 5837242.

HSL color Cylindrical-coordinate representation of color #BA1159: hue angle of 334.44º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1159 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 89 -
CMYK 0 0.91 0.52 0.27
HSL 334.44º 0.83% 0.4% -
HSV(B) 334.44º 0.91% 0.73% -
XYZ 22.25 11.56 10.51 -
YUV 75.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 186 17 89 0 0.91 0.52 0.27 334.44 0.83 0.4
Hex BA 11 59 0 5B 34 1B 14E 53 28
Octal 272 21 131 0 133 64 33 516 123 50
Binary 10111010 10001 1011001 0 1011011 110100 11011 101001110 1010011 101000

Color Harmonies of #BA1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1159

Black with #BA1159

Text Example


Text Example

White with #BA1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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