Html Css Color HEX #BA0858 Jazzberry Jam

📋 copy color: '#BA0858'

red 186 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #BA0858

Tints of Jazzberry Jam #BA0858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 65.96%
G = 2.84%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0858 (or 0xBA0858) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 58. RGB value is (186,8,88). Sum of RGB (Red+Green+Blue) = 186+8+88=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0858 is #45F7A7. Grayscale: #464646. Windows color (decimal): -4585384 or 5769402. OLE color: 5769402.

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

Color convert

RGB 186 8 88 -
CMYK 0 0.96 0.53 0.27
HSL 333.03º 0.92% 0.38% -
HSV(B) 333.03º 0.96% 0.73% -
XYZ 22.1 11.32 10.25 -
YUV 70.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 186 8 88 0 0.96 0.53 0.27 333.03 0.92 0.38
Hex BA 8 58 0 60 35 1B 14D 5C 26
Octal 272 10 130 0 140 65 33 515 134 46
Binary 10111010 1000 1011000 0 1100000 110101 11011 101001101 1011100 100110

Color Harmonies of #BA0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0858

Black with #BA0858

Text Example


Text Example

White with #BA0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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