Html Css Color HEX #BA0149 Jazzberry Jam

📋 copy color: '#BA0149'

red 186 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #BA0149

Tints of Jazzberry Jam #BA0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 71.54%
G = 0.38%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0149 (or 0xBA0149) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 49. RGB value is (186,1,73). Sum of RGB (Red+Green+Blue) = 186+1+73=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0149 is #45FEB6. Grayscale: #404040. Windows color (decimal): -4587191 or 4784570. OLE color: 4784570.

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

Color convert

RGB 186 1 73 -
CMYK 0 0.99 0.61 0.27
HSL 336.65º 0.99% 0.37% -
HSV(B) 336.65º 0.99% 0.73% -
XYZ 21.46 10.94 7.28 -
YUV 64.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 186 1 73 0 0.99 0.61 0.27 336.65 0.99 0.37
Hex BA 1 49 0 63 3D 1B 151 63 25
Octal 272 1 111 0 143 75 33 521 143 45
Binary 10111010 1 1001001 0 1100011 111101 11011 101010001 1100011 100101

Color Harmonies of #BA0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0149

Black with #BA0149

Text Example


Text Example

White with #BA0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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