Html Css Color HEX #BA1767 Jazzberry Jam

📋 copy color: '#BA1767'

red 186 ◦ green 23 ◦ blue 103

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

Shades of Jazzberry Jam #BA1767

Tints of Jazzberry Jam #BA1767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 59.62%
G = 7.37%
B = 33.01%

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

#BA1767 (or 0xBA1767) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 67. RGB value is (186,23,103). Sum of RGB (Red+Green+Blue) = 186+23+103=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1767 is #45E898. Grayscale: #505050. Windows color (decimal): -4581529 or 6756282. OLE color: 6756282.

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

Color convert

RGB 186 23 103 -
CMYK 0 0.88 0.45 0.27
HSL 330.55º 0.78% 0.41% -
HSV(B) 330.55º 0.88% 0.73% -
XYZ 23 12.03 13.94 -
YUV 80.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 186 23 103 0 0.88 0.45 0.27 330.55 0.78 0.41
Hex BA 17 67 0 58 2D 1B 14B 4E 29
Octal 272 27 147 0 130 55 33 513 116 51
Binary 10111010 10111 1100111 0 1011000 101101 11011 101001011 1001110 101001

Color Harmonies of #BA1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1767

Black with #BA1767

Text Example


Text Example

White with #BA1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1767; }

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

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

background-color css

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

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

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

border-color css

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

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

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