Html Css Color HEX #BA1656 Jazzberry Jam

📋 copy color: '#BA1656'

red 186 ◦ green 22 ◦ blue 86

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

Shades of Jazzberry Jam #BA1656

Tints of Jazzberry Jam #BA1656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 63.27%
G = 7.48%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA1656 (or 0xBA1656) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 56. RGB value is (186,22,86). Sum of RGB (Red+Green+Blue) = 186+22+86=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1656 is #45E9A9. Grayscale: #4E4E4E. Windows color (decimal): -4581802 or 5641914. OLE color: 5641914.

HSL color Cylindrical-coordinate representation of color #BA1656: hue angle of 336.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1656 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 86 -
CMYK 0 0.88 0.54 0.27
HSL 336.59º 0.79% 0.41% -
HSV(B) 336.59º 0.88% 0.73% -
XYZ 22.22 11.68 9.89 -
YUV 78.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 186 22 86 0 0.88 0.54 0.27 336.59 0.79 0.41
Hex BA 16 56 0 58 36 1B 151 4F 29
Octal 272 26 126 0 130 66 33 521 117 51
Binary 10111010 10110 1010110 0 1011000 110110 11011 101010001 1001111 101001

Color Harmonies of #BA1656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1656

Black with #BA1656

Text Example


Text Example

White with #BA1656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1656; }

 p { color: rgb(186,22,86); }

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

background-color css

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

 a { background-color: rgb(186,22,86); }

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

border-color css

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

 span { border-color: rgb(186,22,86); }

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