Html Css Color HEX #BA0557 Jazzberry Jam

📋 copy color: '#BA0557'

red 186 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #BA0557

Tints of Jazzberry Jam #BA0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 66.91%
G = 1.8%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0557 (or 0xBA0557) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 57. RGB value is (186,5,87). Sum of RGB (Red+Green+Blue) = 186+5+87=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0557 is #45FAA8. Grayscale: #444444. Windows color (decimal): -4586153 or 5703098. OLE color: 5703098.

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

Color convert

RGB 186 5 87 -
CMYK 0 0.97 0.53 0.27
HSL 332.82º 0.95% 0.37% -
HSV(B) 332.82º 0.97% 0.73% -
XYZ 22.02 11.24 10.02 -
YUV 68.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 186 5 87 0 0.97 0.53 0.27 332.82 0.95 0.37
Hex BA 5 57 0 61 35 1B 14D 5F 25
Octal 272 5 127 0 141 65 33 515 137 45
Binary 10111010 101 1010111 0 1100001 110101 11011 101001101 1011111 100101

Color Harmonies of #BA0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0557

Black with #BA0557

Text Example


Text Example

White with #BA0557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0557; }

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

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

background-color css

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

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

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

border-color css

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

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

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