Html Css Color HEX #BA0562 Jazzberry Jam

📋 copy color: '#BA0562'

red 186 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #BA0562

Tints of Jazzberry Jam #BA0562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 64.36%
G = 1.73%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0562 (or 0xBA0562) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 62. RGB value is (186,5,98). Sum of RGB (Red+Green+Blue) = 186+5+98=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0562 is #45FA9D. Grayscale: #454545. Windows color (decimal): -4586142 or 6423994. OLE color: 6423994.

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

Color convert

RGB 186 5 98 -
CMYK 0 0.97 0.47 0.27
HSL 329.17º 0.95% 0.37% -
HSV(B) 329.17º 0.97% 0.73% -
XYZ 22.51 11.43 12.58 -
YUV 69.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 186 5 98 0 0.97 0.47 0.27 329.17 0.95 0.37
Hex BA 5 62 0 61 2F 1B 149 5F 25
Octal 272 5 142 0 141 57 33 511 137 45
Binary 10111010 101 1100010 0 1100001 101111 11011 101001001 1011111 100101

Color Harmonies of #BA0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0562

Black with #BA0562

Text Example


Text Example

White with #BA0562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0562; }

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

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

background-color css

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

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

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

border-color css

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

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

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