Html Css Color HEX #BA1256 Jazzberry Jam

📋 copy color: '#BA1256'

red 186 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #BA1256

Tints of Jazzberry Jam #BA1256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 64.14%
G = 6.21%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA1256 (or 0xBA1256) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 56. RGB value is (186,18,86). Sum of RGB (Red+Green+Blue) = 186+18+86=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1256 is #45EDA9. Grayscale: #4B4B4B. Windows color (decimal): -4582826 or 5640890. OLE color: 5640890.

HSL color Cylindrical-coordinate representation of color #BA1256: hue angle of 335.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1256 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 86 -
CMYK 0 0.90 0.54 0.27
HSL 335.71º 0.82% 0.4% -
HSV(B) 335.71º 0.9% 0.73% -
XYZ 22.15 11.54 9.87 -
YUV 75.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 186 18 86 0 0.90 0.54 0.27 335.71 0.82 0.4
Hex BA 12 56 0 5A 36 1B 150 52 28
Octal 272 22 126 0 132 66 33 520 122 50
Binary 10111010 10010 1010110 0 1011010 110110 11011 101010000 1010010 101000

Color Harmonies of #BA1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1256

Black with #BA1256

Text Example


Text Example

White with #BA1256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1256; }

 p { color: rgb(186,18,86); }

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

background-color css

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

 a { background-color: rgb(186,18,86); }

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

border-color css

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

 span { border-color: rgb(186,18,86); }

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