Html Css Color HEX #BA0071 Jazzberry Jam

📋 copy color: '#BA0071'

red 186 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #BA0071

Tints of Jazzberry Jam #BA0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 62.21%
G = 0%
B = 37.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0071 (or 0xBA0071) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 71. RGB value is (186,0,113). Sum of RGB (Red+Green+Blue) = 186+0+113=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0071 is #45FF8E. Grayscale: #444444. Windows color (decimal): -4587407 or 7405754. OLE color: 7405754.

HSL color Cylindrical-coordinate representation of color #BA0071: hue angle of 323.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0071 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 113 -
CMYK 0 1 0.39 0.27
HSL 323.55º 1% 0.36% -
HSV(B) 323.55º 1% 0.73% -
XYZ 23.23 11.63 16.64 -
YUV 68.5 153.12 211.81 -
System Red Green Blue C M Y K H S L
Decimal 186 0 113 0 1 0.39 0.27 323.55 1 0.36
Hex BA 0 71 0 64 27 1B 144 64 24
Octal 272 0 161 0 144 47 33 504 144 44
Binary 10111010 0 1110001 0 1100100 100111 11011 101000100 1100100 100100

Color Harmonies of #BA0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0071

Black with #BA0071

Text Example


Text Example

White with #BA0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0071; }

 p { color: rgb(186,0,113); }

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

background-color css

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

 a { background-color: rgb(186,0,113); }

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

border-color css

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

 span { border-color: rgb(186,0,113); }

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