Html Css Color HEX #BA1766 Jazzberry Jam

📋 copy color: '#BA1766'

red 186 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #BA1766

Tints of Jazzberry Jam #BA1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 59.81%
G = 7.4%
B = 32.8%

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

#BA1766 (or 0xBA1766) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 66. RGB value is (186,23,102). Sum of RGB (Red+Green+Blue) = 186+23+102=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1766 is #45E899. Grayscale: #505050. Windows color (decimal): -4581530 or 6690746. OLE color: 6690746.

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

Color convert

RGB 186 23 102 -
CMYK 0 0.88 0.45 0.27
HSL 330.92º 0.78% 0.41% -
HSV(B) 330.92º 0.88% 0.73% -
XYZ 22.95 12.01 13.68 -
YUV 80.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 186 23 102 0 0.88 0.45 0.27 330.92 0.78 0.41
Hex BA 17 66 0 58 2D 1B 14B 4E 29
Octal 272 27 146 0 130 55 33 513 116 51
Binary 10111010 10111 1100110 0 1011000 101101 11011 101001011 1001110 101001

Color Harmonies of #BA1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1766

Black with #BA1766

Text Example


Text Example

White with #BA1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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