Html Css Color HEX #BA115E Jazzberry Jam

📋 copy color: '#BA115E'

red 186 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #BA115E

Tints of Jazzberry Jam #BA115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 62.63%
G = 5.72%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA115E (or 0xBA115E) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 5E. RGB value is (186,17,94). Sum of RGB (Red+Green+Blue) = 186+17+94=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA115E is #45EEA1. Grayscale: #4C4C4C. Windows color (decimal): -4583074 or 6164922. OLE color: 6164922.

HSL color Cylindrical-coordinate representation of color #BA115E: hue angle of 332.66º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA115E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 94 -
CMYK 0 0.91 0.49 0.27
HSL 332.66º 0.83% 0.4% -
HSV(B) 332.66º 0.91% 0.73% -
XYZ 22.47 11.65 11.65 -
YUV 76.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 186 17 94 0 0.91 0.49 0.27 332.66 0.83 0.4
Hex BA 11 5E 0 5B 31 1B 14D 53 28
Octal 272 21 136 0 133 61 33 515 123 50
Binary 10111010 10001 1011110 0 1011011 110001 11011 101001101 1010011 101000

Color Harmonies of #BA115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA115E

Black with #BA115E

Text Example


Text Example

White with #BA115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA115E; }

 p { color: rgb(186,17,94); }

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

background-color css

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

 a { background-color: rgb(186,17,94); }

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

border-color css

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

 span { border-color: rgb(186,17,94); }

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