Html Css Color HEX #BA1250 Jazzberry Jam

📋 copy color: '#BA1250'

red 186 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #BA1250

Tints of Jazzberry Jam #BA1250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 65.49%
G = 6.34%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1250 (or 0xBA1250) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 50. RGB value is (186,18,80). Sum of RGB (Red+Green+Blue) = 186+18+80=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1250 is #45EDAF. Grayscale: #4B4B4B. Windows color (decimal): -4582832 or 5247674. OLE color: 5247674.

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

Color convert

RGB 186 18 80 -
CMYK 0 0.90 0.57 0.27
HSL 337.86º 0.82% 0.4% -
HSV(B) 337.86º 0.9% 0.73% -
XYZ 21.91 11.45 8.64 -
YUV 75.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 186 18 80 0 0.90 0.57 0.27 337.86 0.82 0.4
Hex BA 12 50 0 5A 39 1B 152 52 28
Octal 272 22 120 0 132 71 33 522 122 50
Binary 10111010 10010 1010000 0 1011010 111001 11011 101010010 1010010 101000

Color Harmonies of #BA1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1250

Black with #BA1250

Text Example


Text Example

White with #BA1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1250; }

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

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

background-color css

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

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

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

border-color css

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

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

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