Html Css Color HEX #BA0860 Jazzberry Jam

📋 copy color: '#BA0860'

red 186 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #BA0860

Tints of Jazzberry Jam #BA0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 64.14%
G = 2.76%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0860 (or 0xBA0860) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 60. RGB value is (186,8,96). Sum of RGB (Red+Green+Blue) = 186+8+96=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0860 is #45F79F. Grayscale: #474747. Windows color (decimal): -4585376 or 6293690. OLE color: 6293690.

HSL color Cylindrical-coordinate representation of color #BA0860: hue angle of 330.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0860 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 96 -
CMYK 0 0.96 0.48 0.27
HSL 330.34º 0.92% 0.38% -
HSV(B) 330.34º 0.96% 0.73% -
XYZ 22.45 11.46 12.09 -
YUV 71.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 186 8 96 0 0.96 0.48 0.27 330.34 0.92 0.38
Hex BA 8 60 0 60 30 1B 14A 5C 26
Octal 272 10 140 0 140 60 33 512 134 46
Binary 10111010 1000 1100000 0 1100000 110000 11011 101001010 1011100 100110

Color Harmonies of #BA0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0860

Black with #BA0860

Text Example


Text Example

White with #BA0860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0860; }

 p { color: rgb(186,8,96); }

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

background-color css

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

 a { background-color: rgb(186,8,96); }

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

border-color css

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

 span { border-color: rgb(186,8,96); }

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