Html Css Color HEX #BA1463 Jazzberry Jam

📋 copy color: '#BA1463'

red 186 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #BA1463

Tints of Jazzberry Jam #BA1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 60.98%
G = 6.56%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA1463 (or 0xBA1463) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 63. RGB value is (186,20,99). Sum of RGB (Red+Green+Blue) = 186+20+99=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1463 is #45EB9C. Grayscale: #4E4E4E. Windows color (decimal): -4582301 or 6493370. OLE color: 6493370.

HSL color Cylindrical-coordinate representation of color #BA1463: hue angle of 331.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1463 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 99 -
CMYK 0 0.89 0.47 0.27
HSL 331.45º 0.81% 0.4% -
HSV(B) 331.45º 0.89% 0.73% -
XYZ 22.75 11.84 12.89 -
YUV 78.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 186 20 99 0 0.89 0.47 0.27 331.45 0.81 0.4
Hex BA 14 63 0 59 2F 1B 14B 51 28
Octal 272 24 143 0 131 57 33 513 121 50
Binary 10111010 10100 1100011 0 1011001 101111 11011 101001011 1010001 101000

Color Harmonies of #BA1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1463

Black with #BA1463

Text Example


Text Example

White with #BA1463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1463; }

 p { color: rgb(186,20,99); }

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

background-color css

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

 a { background-color: rgb(186,20,99); }

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

border-color css

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

 span { border-color: rgb(186,20,99); }

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