Html Css Color HEX #BA1857 Jazzberry Jam

📋 copy color: '#BA1857'

red 186 ◦ green 24 ◦ blue 87

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

Shades of Jazzberry Jam #BA1857

Tints of Jazzberry Jam #BA1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 62.63%
G = 8.08%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA1857 (or 0xBA1857) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 57. RGB value is (186,24,87). Sum of RGB (Red+Green+Blue) = 186+24+87=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1857 is #45E7A8. Grayscale: #4F4F4F. Windows color (decimal): -4581289 or 5707962. OLE color: 5707962.

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

Color convert

RGB 186 24 87 -
CMYK 0 0.87 0.53 0.27
HSL 336.67º 0.77% 0.41% -
HSV(B) 336.67º 0.87% 0.73% -
XYZ 22.3 11.78 10.12 -
YUV 79.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 186 24 87 0 0.87 0.53 0.27 336.67 0.77 0.41
Hex BA 18 57 0 57 35 1B 151 4D 29
Octal 272 30 127 0 127 65 33 521 115 51
Binary 10111010 11000 1010111 0 1010111 110101 11011 101010001 1001101 101001

Color Harmonies of #BA1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1857

Black with #BA1857

Text Example


Text Example

White with #BA1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1857; }

 p { color: rgb(186,24,87); }

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

background-color css

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

 a { background-color: rgb(186,24,87); }

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

border-color css

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

 span { border-color: rgb(186,24,87); }

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