Html Css Color HEX #BA0552 Jazzberry Jam

📋 copy color: '#BA0552'

red 186 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #BA0552

Tints of Jazzberry Jam #BA0552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 68.13%
G = 1.83%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA0552 (or 0xBA0552) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 52. RGB value is (186,5,82). Sum of RGB (Red+Green+Blue) = 186+5+82=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0552 is #45FAAD. Grayscale: #434343. Windows color (decimal): -4586158 or 5375418. OLE color: 5375418.

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

Color convert

RGB 186 5 82 -
CMYK 0 0.97 0.56 0.27
HSL 334.48º 0.95% 0.37% -
HSV(B) 334.48º 0.97% 0.73% -
XYZ 21.83 11.16 8.99 -
YUV 67.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 186 5 82 0 0.97 0.56 0.27 334.48 0.95 0.37
Hex BA 5 52 0 61 38 1B 14E 5F 25
Octal 272 5 122 0 141 70 33 516 137 45
Binary 10111010 101 1010010 0 1100001 111000 11011 101001110 1011111 100101

Color Harmonies of #BA0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0552

Black with #BA0552

Text Example


Text Example

White with #BA0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0552; }

 p { color: rgb(186,5,82); }

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

background-color css

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

 a { background-color: rgb(186,5,82); }

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

border-color css

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

 span { border-color: rgb(186,5,82); }

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