Html Css Color HEX #BA0550 Jazzberry Jam

📋 copy color: '#BA0550'

red 186 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #BA0550

Tints of Jazzberry Jam #BA0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 68.63%
G = 1.85%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA0550 (or 0xBA0550) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 50. RGB value is (186,5,80). Sum of RGB (Red+Green+Blue) = 186+5+80=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0550 is #45FAAF. Grayscale: #434343. Windows color (decimal): -4586160 or 5244346. OLE color: 5244346.

HSL color Cylindrical-coordinate representation of color #BA0550: hue angle of 335.14º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0550 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 80 -
CMYK 0 0.97 0.57 0.27
HSL 335.14º 0.95% 0.37% -
HSV(B) 335.14º 0.97% 0.73% -
XYZ 21.75 11.13 8.59 -
YUV 67.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 186 5 80 0 0.97 0.57 0.27 335.14 0.95 0.37
Hex BA 5 50 0 61 39 1B 14F 5F 25
Octal 272 5 120 0 141 71 33 517 137 45
Binary 10111010 101 1010000 0 1100001 111001 11011 101001111 1011111 100101

Color Harmonies of #BA0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0550

Black with #BA0550

Text Example


Text Example

White with #BA0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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