Html Css Color HEX #BA095B Jazzberry Jam

📋 copy color: '#BA095B'

red 186 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #BA095B

Tints of Jazzberry Jam #BA095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 65.03%
G = 3.15%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA095B (or 0xBA095B) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5B. RGB value is (186,9,91). Sum of RGB (Red+Green+Blue) = 186+9+91=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095B is #45F6A4. Grayscale: #474747. Windows color (decimal): -4585125 or 5966266. OLE color: 5966266.

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

Color convert

RGB 186 9 91 -
CMYK 0 0.95 0.51 0.27
HSL 332.2º 0.91% 0.38% -
HSV(B) 332.2º 0.95% 0.73% -
XYZ 22.24 11.39 10.92 -
YUV 71.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 186 9 91 0 0.95 0.51 0.27 332.2 0.91 0.38
Hex BA 9 5B 0 5F 33 1B 14C 5B 26
Octal 272 11 133 0 137 63 33 514 133 46
Binary 10111010 1001 1011011 0 1011111 110011 11011 101001100 1011011 100110

Color Harmonies of #BA095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA095B

Black with #BA095B

Text Example


Text Example

White with #BA095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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