Html Css Color HEX #BA0D55 Jazzberry Jam

📋 copy color: '#BA0D55'

red 186 ◦ green 13 ◦ blue 85

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

Shades of Jazzberry Jam #BA0D55

Tints of Jazzberry Jam #BA0D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 65.49%
G = 4.58%
B = 29.93%

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

#BA0D55 (or 0xBA0D55) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 55. RGB value is (186,13,85). Sum of RGB (Red+Green+Blue) = 186+13+85=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D55 is #45F2AA. Grayscale: #484848. Windows color (decimal): -4584107 or 5574074. OLE color: 5574074.

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

Color convert

RGB 186 13 85 -
CMYK 0 0.93 0.54 0.27
HSL 335.03º 0.87% 0.39% -
HSV(B) 335.03º 0.93% 0.73% -
XYZ 22.03 11.38 9.63 -
YUV 72.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 186 13 85 0 0.93 0.54 0.27 335.03 0.87 0.39
Hex BA D 55 0 5D 36 1B 14F 57 27
Octal 272 15 125 0 135 66 33 517 127 47
Binary 10111010 1101 1010101 0 1011101 110110 11011 101001111 1010111 100111

Color Harmonies of #BA0D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D55

Black with #BA0D55

Text Example


Text Example

White with #BA0D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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