Html Css Color HEX #BA0354 Jazzberry Jam

📋 copy color: '#BA0354'

red 186 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #BA0354

Tints of Jazzberry Jam #BA0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 68.13%
G = 1.1%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0354 (or 0xBA0354) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 54. RGB value is (186,3,84). Sum of RGB (Red+Green+Blue) = 186+3+84=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0354 is #45FCAB. Grayscale: #424242. Windows color (decimal): -4586668 or 5505978. OLE color: 5505978.

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

Color convert

RGB 186 3 84 -
CMYK 0 0.98 0.55 0.27
HSL 333.44º 0.97% 0.37% -
HSV(B) 333.44º 0.98% 0.73% -
XYZ 21.88 11.14 9.39 -
YUV 66.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 186 3 84 0 0.98 0.55 0.27 333.44 0.97 0.37
Hex BA 3 54 0 62 37 1B 14D 61 25
Octal 272 3 124 0 142 67 33 515 141 45
Binary 10111010 11 1010100 0 1100010 110111 11011 101001101 1100001 100101

Color Harmonies of #BA0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0354

Black with #BA0354

Text Example


Text Example

White with #BA0354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0354; }

 p { color: rgb(186,3,84); }

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

background-color css

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

 a { background-color: rgb(186,3,84); }

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

border-color css

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

 span { border-color: rgb(186,3,84); }

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