Html Css Color HEX #BA1768 Jazzberry Jam

📋 copy color: '#BA1768'

red 186 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #BA1768

Tints of Jazzberry Jam #BA1768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 59.42%
G = 7.35%
B = 33.23%

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

#BA1768 (or 0xBA1768) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 68. RGB value is (186,23,104). Sum of RGB (Red+Green+Blue) = 186+23+104=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1768 is #45E897. Grayscale: #505050. Windows color (decimal): -4581528 or 6821818. OLE color: 6821818.

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

Color convert

RGB 186 23 104 -
CMYK 0 0.88 0.44 0.27
HSL 330.18º 0.78% 0.41% -
HSV(B) 330.18º 0.88% 0.73% -
XYZ 23.05 12.05 14.21 -
YUV 80.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 186 23 104 0 0.88 0.44 0.27 330.18 0.78 0.41
Hex BA 17 68 0 58 2C 1B 14A 4E 29
Octal 272 27 150 0 130 54 33 512 116 51
Binary 10111010 10111 1101000 0 1011000 101100 11011 101001010 1001110 101001

Color Harmonies of #BA1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1768

Black with #BA1768

Text Example


Text Example

White with #BA1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1768; }

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

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

background-color css

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

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

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

border-color css

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

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

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