Html Css Color HEX #BA0371 Jazzberry Jam

📋 copy color: '#BA0371'

red 186 ◦ green 3 ◦ blue 113

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

Shades of Jazzberry Jam #BA0371

Tints of Jazzberry Jam #BA0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 61.59%
G = 0.99%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0371 (or 0xBA0371) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 71. RGB value is (186,3,113). Sum of RGB (Red+Green+Blue) = 186+3+113=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0371 is #45FC8E. Grayscale: #464646. Windows color (decimal): -4586639 or 7406522. OLE color: 7406522.

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

Color convert

RGB 186 3 113 -
CMYK 0 0.98 0.39 0.27
HSL 323.93º 0.97% 0.37% -
HSV(B) 323.93º 0.98% 0.73% -
XYZ 23.26 11.7 16.65 -
YUV 70.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 186 3 113 0 0.98 0.39 0.27 323.93 0.97 0.37
Hex BA 3 71 0 62 27 1B 144 61 25
Octal 272 3 161 0 142 47 33 504 141 45
Binary 10111010 11 1110001 0 1100010 100111 11011 101000100 1100001 100101

Color Harmonies of #BA0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0371

Black with #BA0371

Text Example


Text Example

White with #BA0371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0371; }

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

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

background-color css

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

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

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

border-color css

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

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

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