Html Css Color HEX #BA1865 Jazzberry Jam

📋 copy color: '#BA1865'

red 186 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #BA1865

Tints of Jazzberry Jam #BA1865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 59.81%
G = 7.72%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA1865 (or 0xBA1865) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 65. RGB value is (186,24,101). Sum of RGB (Red+Green+Blue) = 186+24+101=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1865 is #45E79A. Grayscale: #515151. Windows color (decimal): -4581275 or 6625466. OLE color: 6625466.

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

Color convert

RGB 186 24 101 -
CMYK 0 0.87 0.46 0.27
HSL 331.48º 0.77% 0.41% -
HSV(B) 331.48º 0.87% 0.73% -
XYZ 22.93 12.03 13.43 -
YUV 81.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 186 24 101 0 0.87 0.46 0.27 331.48 0.77 0.41
Hex BA 18 65 0 57 2E 1B 14B 4D 29
Octal 272 30 145 0 127 56 33 513 115 51
Binary 10111010 11000 1100101 0 1010111 101110 11011 101001011 1001101 101001

Color Harmonies of #BA1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1865

Black with #BA1865

Text Example


Text Example

White with #BA1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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