Html Css Color HEX #BA0959 Jazzberry Jam

📋 copy color: '#BA0959'

red 186 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #BA0959

Tints of Jazzberry Jam #BA0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 65.49%
G = 3.17%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA0959 (or 0xBA0959) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 59. RGB value is (186,9,89). Sum of RGB (Red+Green+Blue) = 186+9+89=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0959 is #45F6A6. Grayscale: #464646. Windows color (decimal): -4585127 or 5835194. OLE color: 5835194.

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

Color convert

RGB 186 9 89 -
CMYK 0 0.95 0.52 0.27
HSL 332.88º 0.91% 0.38% -
HSV(B) 332.88º 0.95% 0.73% -
XYZ 22.15 11.36 10.48 -
YUV 71.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 186 9 89 0 0.95 0.52 0.27 332.88 0.91 0.38
Hex BA 9 59 0 5F 34 1B 14D 5B 26
Octal 272 11 131 0 137 64 33 515 133 46
Binary 10111010 1001 1011001 0 1011111 110100 11011 101001101 1011011 100110

Color Harmonies of #BA0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0959

Black with #BA0959

Text Example


Text Example

White with #BA0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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