Html Css Color HEX #BA0448 Jazzberry Jam

📋 copy color: '#BA0448'

red 186 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #BA0448

Tints of Jazzberry Jam #BA0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 70.99%
G = 1.53%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0448 (or 0xBA0448) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 48. RGB value is (186,4,72). Sum of RGB (Red+Green+Blue) = 186+4+72=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0448 is #45FBB7. Grayscale: #424242. Windows color (decimal): -4586424 or 4719802. OLE color: 4719802.

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

Color convert

RGB 186 4 72 -
CMYK 0 0.98 0.61 0.27
HSL 337.58º 0.96% 0.37% -
HSV(B) 337.58º 0.98% 0.73% -
XYZ 21.46 10.99 7.12 -
YUV 66.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 186 4 72 0 0.98 0.61 0.27 337.58 0.96 0.37
Hex BA 4 48 0 62 3D 1B 152 60 25
Octal 272 4 110 0 142 75 33 522 140 45
Binary 10111010 100 1001000 0 1100010 111101 11011 101010010 1100000 100101

Color Harmonies of #BA0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0448

Black with #BA0448

Text Example


Text Example

White with #BA0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0448; }

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

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

background-color css

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

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

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

border-color css

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

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

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