Html Css Color HEX #BA1657 Jazzberry Jam

📋 copy color: '#BA1657'

red 186 ◦ green 22 ◦ blue 87

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

Shades of Jazzberry Jam #BA1657

Tints of Jazzberry Jam #BA1657

RGB

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

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

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

R = 63.05%
G = 7.46%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA1657 (or 0xBA1657) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 57. RGB value is (186,22,87). Sum of RGB (Red+Green+Blue) = 186+22+87=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1657 is #45E9A8. Grayscale: #4E4E4E. Windows color (decimal): -4581801 or 5707450. OLE color: 5707450.

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

Color convert

RGB 186 22 87 -
CMYK 0 0.88 0.53 0.27
HSL 336.22º 0.79% 0.41% -
HSV(B) 336.22º 0.88% 0.73% -
XYZ 22.26 11.7 10.1 -
YUV 78.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 186 22 87 0 0.88 0.53 0.27 336.22 0.79 0.41
Hex BA 16 57 0 58 35 1B 150 4F 29
Octal 272 26 127 0 130 65 33 520 117 51
Binary 10111010 10110 1010111 0 1011000 110101 11011 101010000 1001111 101001

Color Harmonies of #BA1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1657

Black with #BA1657

Text Example


Text Example

White with #BA1657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1657; }

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

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

background-color css

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

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

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

border-color css

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

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

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