Html Css Color HEX #BA1365 Jazzberry Jam

📋 copy color: '#BA1365'

red 186 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #BA1365

Tints of Jazzberry Jam #BA1365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 60.78%
G = 6.21%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA1365 (or 0xBA1365) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 65. RGB value is (186,19,101). Sum of RGB (Red+Green+Blue) = 186+19+101=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1365 is #45EC9A. Grayscale: #4E4E4E. Windows color (decimal): -4582555 or 6624186. OLE color: 6624186.

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

Color convert

RGB 186 19 101 -
CMYK 0 0.90 0.46 0.27
HSL 330.54º 0.81% 0.4% -
HSV(B) 330.54º 0.9% 0.73% -
XYZ 22.83 11.84 13.39 -
YUV 78.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 186 19 101 0 0.90 0.46 0.27 330.54 0.81 0.4
Hex BA 13 65 0 5A 2E 1B 14B 51 28
Octal 272 23 145 0 132 56 33 513 121 50
Binary 10111010 10011 1100101 0 1011010 101110 11011 101001011 1010001 101000

Color Harmonies of #BA1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1365

Black with #BA1365

Text Example


Text Example

White with #BA1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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