Html Css Color HEX #BA0061 Jazzberry Jam

📋 copy color: '#BA0061'

red 186 ◦ green 0 ◦ blue 97

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

Shades of Jazzberry Jam #BA0061

Tints of Jazzberry Jam #BA0061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 65.72%
G = 0%
B = 34.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0061 (or 0xBA0061) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 61. RGB value is (186,0,97). Sum of RGB (Red+Green+Blue) = 186+0+97=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0061 is #45FF9E. Grayscale: #424242. Windows color (decimal): -4587423 or 6357178. OLE color: 6357178.

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

Color convert

RGB 186 0 97 -
CMYK 0 1 0.48 0.27
HSL 328.71º 1% 0.36% -
HSV(B) 328.71º 1% 0.73% -
XYZ 22.41 11.3 12.31 -
YUV 66.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 186 0 97 0 1 0.48 0.27 328.71 1 0.36
Hex BA 0 61 0 64 30 1B 149 64 24
Octal 272 0 141 0 144 60 33 511 144 44
Binary 10111010 0 1100001 0 1100100 110000 11011 101001001 1100100 100100

Color Harmonies of #BA0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0061

Black with #BA0061

Text Example


Text Example

White with #BA0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0061; }

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

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

background-color css

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

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

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

border-color css

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

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

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