Html Css Color HEX #BA1654 Jazzberry Jam

📋 copy color: '#BA1654'

red 186 ◦ green 22 ◦ blue 84

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

Shades of Jazzberry Jam #BA1654

Tints of Jazzberry Jam #BA1654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.77%

R = 63.7%
G = 7.53%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1654 (or 0xBA1654) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 54. RGB value is (186,22,84). Sum of RGB (Red+Green+Blue) = 186+22+84=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1654 is #45E9AB. Grayscale: #4E4E4E. Windows color (decimal): -4581804 or 5510842. OLE color: 5510842.

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

Color convert

RGB 186 22 84 -
CMYK 0 0.88 0.55 0.27
HSL 337.32º 0.79% 0.41% -
HSV(B) 337.32º 0.88% 0.73% -
XYZ 22.14 11.65 9.47 -
YUV 78.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 186 22 84 0 0.88 0.55 0.27 337.32 0.79 0.41
Hex BA 16 54 0 58 37 1B 151 4F 29
Octal 272 26 124 0 130 67 33 521 117 51
Binary 10111010 10110 1010100 0 1011000 110111 11011 101010001 1001111 101001

Color Harmonies of #BA1654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1654

Black with #BA1654

Text Example


Text Example

White with #BA1654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1654; }

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

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

background-color css

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

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

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

border-color css

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

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

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