Html Css Color HEX #BA096C Jazzberry Jam

📋 copy color: '#BA096C'

red 186 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #BA096C

Tints of Jazzberry Jam #BA096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 61.39%
G = 2.97%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA096C (or 0xBA096C) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6C. RGB value is (186,9,108). Sum of RGB (Red+Green+Blue) = 186+9+108=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096C is #45F693. Grayscale: #484848. Windows color (decimal): -4585108 or 7080378. OLE color: 7080378.

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

Color convert

RGB 186 9 108 -
CMYK 0 0.95 0.42 0.27
HSL 326.44º 0.91% 0.38% -
HSV(B) 326.44º 0.95% 0.73% -
XYZ 23.05 11.72 15.23 -
YUV 73.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 186 9 108 0 0.95 0.42 0.27 326.44 0.91 0.38
Hex BA 9 6C 0 5F 2A 1B 146 5B 26
Octal 272 11 154 0 137 52 33 506 133 46
Binary 10111010 1001 1101100 0 1011111 101010 11011 101000110 1011011 100110

Color Harmonies of #BA096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096C

Black with #BA096C

Text Example


Text Example

White with #BA096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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