Html Css Color HEX #BA0558 Jazzberry Jam

📋 copy color: '#BA0558'

red 186 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #BA0558

Tints of Jazzberry Jam #BA0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 66.67%
G = 1.79%
B = 31.54%

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

#BA0558 (or 0xBA0558) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 58. RGB value is (186,5,88). Sum of RGB (Red+Green+Blue) = 186+5+88=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0558 is #45FAA7. Grayscale: #444444. Windows color (decimal): -4586152 or 5768634. OLE color: 5768634.

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

Color convert

RGB 186 5 88 -
CMYK 0 0.97 0.53 0.27
HSL 332.49º 0.95% 0.37% -
HSV(B) 332.49º 0.97% 0.73% -
XYZ 22.07 11.25 10.24 -
YUV 68.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 186 5 88 0 0.97 0.53 0.27 332.49 0.95 0.37
Hex BA 5 58 0 61 35 1B 14C 5F 25
Octal 272 5 130 0 141 65 33 514 137 45
Binary 10111010 101 1011000 0 1100001 110101 11011 101001100 1011111 100101

Color Harmonies of #BA0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0558

Black with #BA0558

Text Example


Text Example

White with #BA0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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