Html Css Color HEX #BA0659 Jazzberry Jam

📋 copy color: '#BA0659'

red 186 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #BA0659

Tints of Jazzberry Jam #BA0659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 66.19%
G = 2.14%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA0659 (or 0xBA0659) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 59. RGB value is (186,6,89). Sum of RGB (Red+Green+Blue) = 186+6+89=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0659 is #45F9A6. Grayscale: #454545. Windows color (decimal): -4585895 or 5834426. OLE color: 5834426.

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

Color convert

RGB 186 6 89 -
CMYK 0 0.97 0.52 0.27
HSL 332.33º 0.94% 0.38% -
HSV(B) 332.33º 0.97% 0.73% -
XYZ 22.12 11.29 10.46 -
YUV 69.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 186 6 89 0 0.97 0.52 0.27 332.33 0.94 0.38
Hex BA 6 59 0 61 34 1B 14C 5E 26
Octal 272 6 131 0 141 64 33 514 136 46
Binary 10111010 110 1011001 0 1100001 110100 11011 101001100 1011110 100110

Color Harmonies of #BA0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0659

Black with #BA0659

Text Example


Text Example

White with #BA0659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0659; }

 p { color: rgb(186,6,89); }

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

background-color css

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

 a { background-color: rgb(186,6,89); }

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

border-color css

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

 span { border-color: rgb(186,6,89); }

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