Html Css Color HEX #BA1966 Jazzberry Jam

📋 copy color: '#BA1966'

red 186 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #BA1966

Tints of Jazzberry Jam #BA1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 59.42%
G = 7.99%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA1966 (or 0xBA1966) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 66. RGB value is (186,25,102). Sum of RGB (Red+Green+Blue) = 186+25+102=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1966 is #45E699. Grayscale: #515151. Windows color (decimal): -4581018 or 6691258. OLE color: 6691258.

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

Color convert

RGB 186 25 102 -
CMYK 0 0.87 0.45 0.27
HSL 331.3º 0.76% 0.41% -
HSV(B) 331.3º 0.87% 0.73% -
XYZ 23 12.09 13.69 -
YUV 81.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 186 25 102 0 0.87 0.45 0.27 331.3 0.76 0.41
Hex BA 19 66 0 57 2D 1B 14B 4C 29
Octal 272 31 146 0 127 55 33 513 114 51
Binary 10111010 11001 1100110 0 1010111 101101 11011 101001011 1001100 101001

Color Harmonies of #BA1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1966

Black with #BA1966

Text Example


Text Example

White with #BA1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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