Html Css Color HEX #BA0155 Jazzberry Jam

📋 copy color: '#BA0155'

red 186 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #BA0155

Tints of Jazzberry Jam #BA0155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 68.38%
G = 0.37%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA0155 (or 0xBA0155) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 55. RGB value is (186,1,85). Sum of RGB (Red+Green+Blue) = 186+1+85=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0155 is #45FEAA. Grayscale: #414141. Windows color (decimal): -4587179 or 5571002. OLE color: 5571002.

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

Color convert

RGB 186 1 85 -
CMYK 0 0.99 0.54 0.27
HSL 332.76º 0.99% 0.37% -
HSV(B) 332.76º 0.99% 0.73% -
XYZ 21.9 11.12 9.59 -
YUV 65.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 186 1 85 0 0.99 0.54 0.27 332.76 0.99 0.37
Hex BA 1 55 0 63 36 1B 14D 63 25
Octal 272 1 125 0 143 66 33 515 143 45
Binary 10111010 1 1010101 0 1100011 110110 11011 101001101 1100011 100101

Color Harmonies of #BA0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0155

Black with #BA0155

Text Example


Text Example

White with #BA0155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0155; }

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

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

background-color css

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

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

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

border-color css

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

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

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