Html Css Color HEX #BA0749 Jazzberry Jam

📋 copy color: '#BA0749'

red 186 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #BA0749

Tints of Jazzberry Jam #BA0749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 69.92%
G = 2.63%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0749 (or 0xBA0749) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 49. RGB value is (186,7,73). Sum of RGB (Red+Green+Blue) = 186+7+73=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0749 is #45F8B6. Grayscale: #434343. Windows color (decimal): -4585655 or 4786106. OLE color: 4786106.

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

Color convert

RGB 186 7 73 -
CMYK 0 0.96 0.61 0.27
HSL 337.88º 0.93% 0.38% -
HSV(B) 337.88º 0.96% 0.73% -
XYZ 21.53 11.07 7.31 -
YUV 68.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 186 7 73 0 0.96 0.61 0.27 337.88 0.93 0.38
Hex BA 7 49 0 60 3D 1B 152 5D 26
Octal 272 7 111 0 140 75 33 522 135 46
Binary 10111010 111 1001001 0 1100000 111101 11011 101010010 1011101 100110

Color Harmonies of #BA0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0749

Black with #BA0749

Text Example


Text Example

White with #BA0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0749; }

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

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

background-color css

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

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

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

border-color css

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

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

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