Html Css Color HEX #BA1666 Jazzberry Jam

📋 copy color: '#BA1666'

red 186 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #BA1666

Tints of Jazzberry Jam #BA1666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 60%
G = 7.1%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA1666 (or 0xBA1666) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 66. RGB value is (186,22,102). Sum of RGB (Red+Green+Blue) = 186+22+102=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1666 is #45E999. Grayscale: #505050. Windows color (decimal): -4581786 or 6690490. OLE color: 6690490.

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

Color convert

RGB 186 22 102 -
CMYK 0 0.88 0.45 0.27
HSL 330.73º 0.79% 0.41% -
HSV(B) 330.73º 0.88% 0.73% -
XYZ 22.93 11.97 13.67 -
YUV 80.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 186 22 102 0 0.88 0.45 0.27 330.73 0.79 0.41
Hex BA 16 66 0 58 2D 1B 14B 4F 29
Octal 272 26 146 0 130 55 33 513 117 51
Binary 10111010 10110 1100110 0 1011000 101101 11011 101001011 1001111 101001

Color Harmonies of #BA1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1666

Black with #BA1666

Text Example


Text Example

White with #BA1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1666; }

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

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

background-color css

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

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

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

border-color css

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

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

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