Html Css Color HEX #BA1769 Jazzberry Jam

📋 copy color: '#BA1769'

red 186 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #BA1769

Tints of Jazzberry Jam #BA1769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 59.24%
G = 7.32%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA1769 (or 0xBA1769) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 69. RGB value is (186,23,105). Sum of RGB (Red+Green+Blue) = 186+23+105=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1769 is #45E896. Grayscale: #505050. Windows color (decimal): -4581527 or 6887354. OLE color: 6887354.

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

Color convert

RGB 186 23 105 -
CMYK 0 0.88 0.44 0.27
HSL 329.82º 0.78% 0.41% -
HSV(B) 329.82º 0.88% 0.73% -
XYZ 23.11 12.07 14.48 -
YUV 81.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 186 23 105 0 0.88 0.44 0.27 329.82 0.78 0.41
Hex BA 17 69 0 58 2C 1B 14A 4E 29
Octal 272 27 151 0 130 54 33 512 116 51
Binary 10111010 10111 1101001 0 1011000 101100 11011 101001010 1001110 101001

Color Harmonies of #BA1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1769

Black with #BA1769

Text Example


Text Example

White with #BA1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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