Html Css Color HEX #BA1152 Jazzberry Jam

📋 copy color: '#BA1152'

red 186 ◦ green 17 ◦ blue 82

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

Shades of Jazzberry Jam #BA1152

Tints of Jazzberry Jam #BA1152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 65.26%
G = 5.96%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA1152 (or 0xBA1152) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 52. RGB value is (186,17,82). Sum of RGB (Red+Green+Blue) = 186+17+82=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1152 is #45EEAD. Grayscale: #4A4A4A. Windows color (decimal): -4583086 or 5378490. OLE color: 5378490.

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

Color convert

RGB 186 17 82 -
CMYK 0 0.91 0.56 0.27
HSL 336.92º 0.83% 0.4% -
HSV(B) 336.92º 0.91% 0.73% -
XYZ 21.97 11.45 9.03 -
YUV 74.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 186 17 82 0 0.91 0.56 0.27 336.92 0.83 0.4
Hex BA 11 52 0 5B 38 1B 151 53 28
Octal 272 21 122 0 133 70 33 521 123 50
Binary 10111010 10001 1010010 0 1011011 111000 11011 101010001 1010011 101000

Color Harmonies of #BA1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1152

Black with #BA1152

Text Example


Text Example

White with #BA1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1152; }

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

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

background-color css

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

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

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

border-color css

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

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

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