Html Css Color HEX #BA0868 Jazzberry Jam

📋 copy color: '#BA0868'

red 186 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #BA0868

Tints of Jazzberry Jam #BA0868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 62.42%
G = 2.68%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA0868 (or 0xBA0868) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 68. RGB value is (186,8,104). Sum of RGB (Red+Green+Blue) = 186+8+104=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0868 is #45F797. Grayscale: #474747. Windows color (decimal): -4585368 or 6817978. OLE color: 6817978.

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

Color convert

RGB 186 8 104 -
CMYK 0 0.96 0.44 0.27
HSL 327.64º 0.92% 0.38% -
HSV(B) 327.64º 0.96% 0.73% -
XYZ 22.84 11.61 14.13 -
YUV 72.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 186 8 104 0 0.96 0.44 0.27 327.64 0.92 0.38
Hex BA 8 68 0 60 2C 1B 148 5C 26
Octal 272 10 150 0 140 54 33 510 134 46
Binary 10111010 1000 1101000 0 1100000 101100 11011 101001000 1011100 100110

Color Harmonies of #BA0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0868

Black with #BA0868

Text Example


Text Example

White with #BA0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0868; }

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

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

background-color css

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

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

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

border-color css

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

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

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