Html Css Color HEX #BA1251 Jazzberry Jam

📋 copy color: '#BA1251'

red 186 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #BA1251

Tints of Jazzberry Jam #BA1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

 BLUE value IS 81 (32.03% from 255) = 28.42%

R = 65.26%
G = 6.32%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA1251 (or 0xBA1251) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 51. RGB value is (186,18,81). Sum of RGB (Red+Green+Blue) = 186+18+81=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1251 is #45EDAE. Grayscale: #4B4B4B. Windows color (decimal): -4582831 or 5313210. OLE color: 5313210.

HSL color Cylindrical-coordinate representation of color #BA1251: hue angle of 337.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1251 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 81 -
CMYK 0 0.90 0.56 0.27
HSL 337.5º 0.82% 0.4% -
HSV(B) 337.5º 0.9% 0.73% -
XYZ 21.95 11.47 8.84 -
YUV 75.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 186 18 81 0 0.90 0.56 0.27 337.5 0.82 0.4
Hex BA 12 51 0 5A 38 1B 152 52 28
Octal 272 22 121 0 132 70 33 522 122 50
Binary 10111010 10010 1010001 0 1011010 111000 11011 101010010 1010010 101000

Color Harmonies of #BA1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1251

Black with #BA1251

Text Example


Text Example

White with #BA1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1251; }

 p { color: rgb(186,18,81); }

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

background-color css

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

 a { background-color: rgb(186,18,81); }

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

border-color css

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

 span { border-color: rgb(186,18,81); }

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