Html Css Color HEX #BA0D56 Jazzberry Jam

📋 copy color: '#BA0D56'

red 186 ◦ green 13 ◦ blue 86

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

Shades of Jazzberry Jam #BA0D56

Tints of Jazzberry Jam #BA0D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 65.26%
G = 4.56%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA0D56 (or 0xBA0D56) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 56. RGB value is (186,13,86). Sum of RGB (Red+Green+Blue) = 186+13+86=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D56 is #45F2A9. Grayscale: #484848. Windows color (decimal): -4584106 or 5639610. OLE color: 5639610.

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

Color convert

RGB 186 13 86 -
CMYK 0 0.93 0.54 0.27
HSL 334.68º 0.87% 0.39% -
HSV(B) 334.68º 0.93% 0.73% -
XYZ 22.07 11.4 9.84 -
YUV 73.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 186 13 86 0 0.93 0.54 0.27 334.68 0.87 0.39
Hex BA D 56 0 5D 36 1B 14F 57 27
Octal 272 15 126 0 135 66 33 517 127 47
Binary 10111010 1101 1010110 0 1011101 110110 11011 101001111 1010111 100111

Color Harmonies of #BA0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D56

Black with #BA0D56

Text Example


Text Example

White with #BA0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D56; }

 p { color: rgb(186,13,86); }

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

background-color css

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

 a { background-color: rgb(186,13,86); }

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

border-color css

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

 span { border-color: rgb(186,13,86); }

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