Html Css Color HEX #BA1351 Jazzberry Jam

📋 copy color: '#BA1351'

red 186 ◦ green 19 ◦ blue 81

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

Shades of Jazzberry Jam #BA1351

Tints of Jazzberry Jam #BA1351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 65.03%
G = 6.64%
B = 28.32%

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

#BA1351 (or 0xBA1351) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 51. RGB value is (186,19,81). Sum of RGB (Red+Green+Blue) = 186+19+81=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1351 is #45ECAE. Grayscale: #4B4B4B. Windows color (decimal): -4582575 or 5313466. OLE color: 5313466.

HSL color Cylindrical-coordinate representation of color #BA1351: hue angle of 337.72º degrees, saturation: 0.81, 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 #BA1351 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 81 -
CMYK 0 0.90 0.56 0.27
HSL 337.72º 0.81% 0.4% -
HSV(B) 337.72º 0.9% 0.73% -
XYZ 21.97 11.5 8.85 -
YUV 76 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 186 19 81 0 0.90 0.56 0.27 337.72 0.81 0.4
Hex BA 13 51 0 5A 38 1B 152 51 28
Octal 272 23 121 0 132 70 33 522 121 50
Binary 10111010 10011 1010001 0 1011010 111000 11011 101010010 1010001 101000

Color Harmonies of #BA1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1351

Black with #BA1351

Text Example


Text Example

White with #BA1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1351; }

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

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

background-color css

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

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

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

border-color css

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

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

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