Html Css Color HEX #BA0565 Jazzberry Jam

📋 copy color: '#BA0565'

red 186 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #BA0565

Tints of Jazzberry Jam #BA0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 63.7%
G = 1.71%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0565 (or 0xBA0565) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 65. RGB value is (186,5,101). Sum of RGB (Red+Green+Blue) = 186+5+101=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0565 is #45FA9A. Grayscale: #454545. Windows color (decimal): -4586139 or 6620602. OLE color: 6620602.

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

Color convert

RGB 186 5 101 -
CMYK 0 0.97 0.46 0.27
HSL 328.18º 0.95% 0.37% -
HSV(B) 328.18º 0.97% 0.73% -
XYZ 22.65 11.49 13.34 -
YUV 70.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 186 5 101 0 0.97 0.46 0.27 328.18 0.95 0.37
Hex BA 5 65 0 61 2E 1B 148 5F 25
Octal 272 5 145 0 141 56 33 510 137 45
Binary 10111010 101 1100101 0 1100001 101110 11011 101001000 1011111 100101

Color Harmonies of #BA0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0565

Black with #BA0565

Text Example


Text Example

White with #BA0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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