Html Css Color HEX #BA024D Jazzberry Jam

📋 copy color: '#BA024D'

red 186 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #BA024D

Tints of Jazzberry Jam #BA024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 70.19%
G = 0.75%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA024D (or 0xBA024D) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 4D. RGB value is (186,2,77). Sum of RGB (Red+Green+Blue) = 186+2+77=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA024D is #45FDB2. Grayscale: #414141. Windows color (decimal): -4586931 or 5046970. OLE color: 5046970.

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

Color convert

RGB 186 2 77 -
CMYK 0 0.99 0.59 0.27
HSL 335.54º 0.98% 0.37% -
HSV(B) 335.54º 0.99% 0.73% -
XYZ 21.61 11.02 8.01 -
YUV 65.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 186 2 77 0 0.99 0.59 0.27 335.54 0.98 0.37
Hex BA 2 4D 0 63 3B 1B 150 62 25
Octal 272 2 115 0 143 73 33 520 142 45
Binary 10111010 10 1001101 0 1100011 111011 11011 101010000 1100010 100101

Color Harmonies of #BA024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA024D

Black with #BA024D

Text Example


Text Example

White with #BA024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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