Html Css Color HEX #BA0057 Jazzberry Jam

📋 copy color: '#BA0057'

red 186 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #BA0057

Tints of Jazzberry Jam #BA0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.87%

R = 68.13%
G = 0%
B = 31.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0057 (or 0xBA0057) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 57. RGB value is (186,0,87). Sum of RGB (Red+Green+Blue) = 186+0+87=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0057 is #45FFA8. Grayscale: #414141. Windows color (decimal): -4587433 or 5701818. OLE color: 5701818.

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

Color convert

RGB 186 0 87 -
CMYK 0 1 0.53 0.27
HSL 331.94º 1% 0.36% -
HSV(B) 331.94º 1% 0.73% -
XYZ 21.97 11.13 10.01 -
YUV 65.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 186 0 87 0 1 0.53 0.27 331.94 1 0.36
Hex BA 0 57 0 64 35 1B 14C 64 24
Octal 272 0 127 0 144 65 33 514 144 44
Binary 10111010 0 1010111 0 1100100 110101 11011 101001100 1100100 100100

Color Harmonies of #BA0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0057

Black with #BA0057

Text Example


Text Example

White with #BA0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0057; }

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

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

background-color css

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

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

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

border-color css

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

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

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