Html Css Color HEX #BA1765 Jazzberry Jam

📋 copy color: '#BA1765'

red 186 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #BA1765

Tints of Jazzberry Jam #BA1765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 60%
G = 7.42%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA1765 (or 0xBA1765) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 65. RGB value is (186,23,101). Sum of RGB (Red+Green+Blue) = 186+23+101=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1765 is #45E89A. Grayscale: #505050. Windows color (decimal): -4581531 or 6625210. OLE color: 6625210.

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

Color convert

RGB 186 23 101 -
CMYK 0 0.88 0.46 0.27
HSL 331.29º 0.78% 0.41% -
HSV(B) 331.29º 0.88% 0.73% -
XYZ 22.91 11.99 13.42 -
YUV 80.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 186 23 101 0 0.88 0.46 0.27 331.29 0.78 0.41
Hex BA 17 65 0 58 2E 1B 14B 4E 29
Octal 272 27 145 0 130 56 33 513 116 51
Binary 10111010 10111 1100101 0 1011000 101110 11011 101001011 1001110 101001

Color Harmonies of #BA1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1765

Black with #BA1765

Text Example


Text Example

White with #BA1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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