Html Css Color HEX #BA0548 Jazzberry Jam

📋 copy color: '#BA0548'

red 186 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #BA0548

Tints of Jazzberry Jam #BA0548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 70.72%
G = 1.9%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0548 (or 0xBA0548) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 48. RGB value is (186,5,72). Sum of RGB (Red+Green+Blue) = 186+5+72=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0548 is #45FAB7. Grayscale: #424242. Windows color (decimal): -4586168 or 4720058. OLE color: 4720058.

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

Color convert

RGB 186 5 72 -
CMYK 0 0.97 0.61 0.27
HSL 337.79º 0.95% 0.37% -
HSV(B) 337.79º 0.97% 0.73% -
XYZ 21.47 11.02 7.13 -
YUV 66.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 186 5 72 0 0.97 0.61 0.27 337.79 0.95 0.37
Hex BA 5 48 0 61 3D 1B 152 5F 25
Octal 272 5 110 0 141 75 33 522 137 45
Binary 10111010 101 1001000 0 1100001 111101 11011 101010010 1011111 100101

Color Harmonies of #BA0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0548

Black with #BA0548

Text Example


Text Example

White with #BA0548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0548; }

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

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

background-color css

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

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

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

border-color css

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

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

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