Html Css Color HEX #BA024A Jazzberry Jam

📋 copy color: '#BA024A'

red 186 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #BA024A

Tints of Jazzberry Jam #BA024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 70.99%
G = 0.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA024A (or 0xBA024A) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 4A. RGB value is (186,2,74). Sum of RGB (Red+Green+Blue) = 186+2+74=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA024A is #45FDB5. Grayscale: #414141. Windows color (decimal): -4586934 or 4850362. OLE color: 4850362.

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

Color convert

RGB 186 2 74 -
CMYK 0 0.99 0.60 0.27
HSL 336.52º 0.98% 0.37% -
HSV(B) 336.52º 0.99% 0.73% -
XYZ 21.51 10.98 7.46 -
YUV 65.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 186 2 74 0 0.99 0.60 0.27 336.52 0.98 0.37
Hex BA 2 4A 0 63 3C 1B 151 62 25
Octal 272 2 112 0 143 74 33 521 142 45
Binary 10111010 10 1001010 0 1100011 111100 11011 101010001 1100010 100101

Color Harmonies of #BA024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA024A

Black with #BA024A

Text Example


Text Example

White with #BA024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA024A; }

 p { color: rgb(186,2,74); }

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

background-color css

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

 a { background-color: rgb(186,2,74); }

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

border-color css

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

 span { border-color: rgb(186,2,74); }

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