Html Css Color HEX #BA1260 Jazzberry Jam

📋 copy color: '#BA1260'

red 186 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #BA1260

Tints of Jazzberry Jam #BA1260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32%

R = 62%
G = 6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA1260 (or 0xBA1260) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 60. RGB value is (186,18,96). Sum of RGB (Red+Green+Blue) = 186+18+96=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1260 is #45ED9F. Grayscale: #4C4C4C. Windows color (decimal): -4582816 or 6296250. OLE color: 6296250.

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

Color convert

RGB 186 18 96 -
CMYK 0 0.90 0.48 0.27
HSL 332.14º 0.82% 0.4% -
HSV(B) 332.14º 0.9% 0.73% -
XYZ 22.58 11.72 12.14 -
YUV 77.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 186 18 96 0 0.90 0.48 0.27 332.14 0.82 0.4
Hex BA 12 60 0 5A 30 1B 14C 52 28
Octal 272 22 140 0 132 60 33 514 122 50
Binary 10111010 10010 1100000 0 1011010 110000 11011 101001100 1010010 101000

Color Harmonies of #BA1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1260

Black with #BA1260

Text Example


Text Example

White with #BA1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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