Html Css Color HEX #BA0958 Jazzberry Jam

📋 copy color: '#BA0958'

red 186 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #BA0958

Tints of Jazzberry Jam #BA0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 65.72%
G = 3.18%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0958 (or 0xBA0958) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 58. RGB value is (186,9,88). Sum of RGB (Red+Green+Blue) = 186+9+88=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0958 is #45F6A7. Grayscale: #464646. Windows color (decimal): -4585128 or 5769658. OLE color: 5769658.

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

Color convert

RGB 186 9 88 -
CMYK 0 0.95 0.53 0.27
HSL 333.22º 0.91% 0.38% -
HSV(B) 333.22º 0.95% 0.73% -
XYZ 22.11 11.34 10.26 -
YUV 70.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 186 9 88 0 0.95 0.53 0.27 333.22 0.91 0.38
Hex BA 9 58 0 5F 35 1B 14D 5B 26
Octal 272 11 130 0 137 65 33 515 133 46
Binary 10111010 1001 1011000 0 1011111 110101 11011 101001101 1011011 100110

Color Harmonies of #BA0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0958

Black with #BA0958

Text Example


Text Example

White with #BA0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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