Html Css Color HEX #BA0464 Jazzberry Jam

📋 copy color: '#BA0464'

red 186 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #BA0464

Tints of Jazzberry Jam #BA0464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 64.14%
G = 1.38%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0464 (or 0xBA0464) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 64. RGB value is (186,4,100). Sum of RGB (Red+Green+Blue) = 186+4+100=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0464 is #45FB9B. Grayscale: #454545. Windows color (decimal): -4586396 or 6554810. OLE color: 6554810.

HSL color Cylindrical-coordinate representation of color #BA0464: hue angle of 328.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0464 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 100 -
CMYK 0 0.98 0.46 0.27
HSL 328.35º 0.96% 0.37% -
HSV(B) 328.35º 0.98% 0.73% -
XYZ 22.59 11.45 13.08 -
YUV 69.36 145.3 211.19 -
System Red Green Blue C M Y K H S L
Decimal 186 4 100 0 0.98 0.46 0.27 328.35 0.96 0.37
Hex BA 4 64 0 62 2E 1B 148 60 25
Octal 272 4 144 0 142 56 33 510 140 45
Binary 10111010 100 1100100 0 1100010 101110 11011 101001000 1100000 100101

Color Harmonies of #BA0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0464

Black with #BA0464

Text Example


Text Example

White with #BA0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0464; }

 p { color: rgb(186,4,100); }

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

background-color css

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

 a { background-color: rgb(186,4,100); }

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

border-color css

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

 span { border-color: rgb(186,4,100); }

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