Html Css Color HEX #BA0463 Jazzberry Jam

📋 copy color: '#BA0463'

red 186 ◦ green 4 ◦ blue 99

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

Shades of Jazzberry Jam #BA0463

Tints of Jazzberry Jam #BA0463

RGB

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

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

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

R = 64.36%
G = 1.38%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0463 (or 0xBA0463) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 63. RGB value is (186,4,99). Sum of RGB (Red+Green+Blue) = 186+4+99=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0463 is #45FB9C. Grayscale: #454545. Windows color (decimal): -4586397 or 6489274. OLE color: 6489274.

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

Color convert

RGB 186 4 99 -
CMYK 0 0.98 0.47 0.27
HSL 328.68º 0.96% 0.37% -
HSV(B) 328.68º 0.98% 0.73% -
XYZ 22.55 11.43 12.82 -
YUV 69.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 186 4 99 0 0.98 0.47 0.27 328.68 0.96 0.37
Hex BA 4 63 0 62 2F 1B 149 60 25
Octal 272 4 143 0 142 57 33 511 140 45
Binary 10111010 100 1100011 0 1100010 101111 11011 101001001 1100000 100101

Color Harmonies of #BA0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0463

Black with #BA0463

Text Example


Text Example

White with #BA0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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