Html Css Color HEX #BA0054 Jazzberry Jam

📋 copy color: '#BA0054'

red 186 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BA0054

Tints of Jazzberry Jam #BA0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.89%
G = 0%
B = 31.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0054 (or 0xBA0054) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 54. RGB value is (186,0,84). Sum of RGB (Red+Green+Blue) = 186+0+84=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0054 is #45FFAB. Grayscale: #414141. Windows color (decimal): -4587436 or 5505210. OLE color: 5505210.

HSL color Cylindrical-coordinate representation of color #BA0054: hue angle of 332.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0054 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 84 -
CMYK 0 1 0.55 0.27
HSL 332.9º 1% 0.36% -
HSV(B) 332.9º 1% 0.73% -
XYZ 21.85 11.08 9.37 -
YUV 65.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 186 0 84 0 1 0.55 0.27 332.9 1 0.36
Hex BA 0 54 0 64 37 1B 14D 64 24
Octal 272 0 124 0 144 67 33 515 144 44
Binary 10111010 0 1010100 0 1100100 110111 11011 101001101 1100100 100100

Color Harmonies of #BA0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0054

Black with #BA0054

Text Example


Text Example

White with #BA0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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