Html Css Color HEX #BA1153 Jazzberry Jam

📋 copy color: '#BA1153'

red 186 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #BA1153

Tints of Jazzberry Jam #BA1153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 65.03%
G = 5.94%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1153 (or 0xBA1153) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 53. RGB value is (186,17,83). Sum of RGB (Red+Green+Blue) = 186+17+83=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1153 is #45EEAC. Grayscale: #4A4A4A. Windows color (decimal): -4583085 or 5444026. OLE color: 5444026.

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

Color convert

RGB 186 17 83 -
CMYK 0 0.91 0.55 0.27
HSL 336.57º 0.83% 0.4% -
HSV(B) 336.57º 0.91% 0.73% -
XYZ 22.01 11.46 9.24 -
YUV 75.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 186 17 83 0 0.91 0.55 0.27 336.57 0.83 0.4
Hex BA 11 53 0 5B 37 1B 151 53 28
Octal 272 21 123 0 133 67 33 521 123 50
Binary 10111010 10001 1010011 0 1011011 110111 11011 101010001 1010011 101000

Color Harmonies of #BA1153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1153

Black with #BA1153

Text Example


Text Example

White with #BA1153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1153; }

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

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

background-color css

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

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

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

border-color css

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

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

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