Html Css Color HEX #BA0447 Jazzberry Jam

📋 copy color: '#BA0447'

red 186 ◦ green 4 ◦ blue 71

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

Shades of Jazzberry Jam #BA0447

Tints of Jazzberry Jam #BA0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 71.26%
G = 1.53%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0447 (or 0xBA0447) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 47. RGB value is (186,4,71). Sum of RGB (Red+Green+Blue) = 186+4+71=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0447 is #45FBB8. Grayscale: #414141. Windows color (decimal): -4586425 or 4654266. OLE color: 4654266.

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

Color convert

RGB 186 4 71 -
CMYK 0 0.98 0.62 0.27
HSL 337.91º 0.96% 0.37% -
HSV(B) 337.91º 0.98% 0.73% -
XYZ 21.43 10.98 6.95 -
YUV 66.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 186 4 71 0 0.98 0.62 0.27 337.91 0.96 0.37
Hex BA 4 47 0 62 3E 1B 152 60 25
Octal 272 4 107 0 142 76 33 522 140 45
Binary 10111010 100 1000111 0 1100010 111110 11011 101010010 1100000 100101

Color Harmonies of #BA0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0447

Black with #BA0447

Text Example


Text Example

White with #BA0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0447; }

 p { color: rgb(186,4,71); }

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

background-color css

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

 a { background-color: rgb(186,4,71); }

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

border-color css

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

 span { border-color: rgb(186,4,71); }

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