Html Css Color HEX #BA096B Jazzberry Jam

📋 copy color: '#BA096B'

red 186 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #BA096B

Tints of Jazzberry Jam #BA096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 61.59%
G = 2.98%
B = 35.43%

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

#BA096B (or 0xBA096B) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6B. RGB value is (186,9,107). Sum of RGB (Red+Green+Blue) = 186+9+107=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096B is #45F694. Grayscale: #484848. Windows color (decimal): -4585109 or 7014842. OLE color: 7014842.

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

Color convert

RGB 186 9 107 -
CMYK 0 0.95 0.42 0.27
HSL 326.78º 0.91% 0.38% -
HSV(B) 326.78º 0.95% 0.73% -
XYZ 23 11.7 14.96 -
YUV 73.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 186 9 107 0 0.95 0.42 0.27 326.78 0.91 0.38
Hex BA 9 6B 0 5F 2A 1B 147 5B 26
Octal 272 11 153 0 137 52 33 507 133 46
Binary 10111010 1001 1101011 0 1011111 101010 11011 101000111 1011011 100110

Color Harmonies of #BA096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096B

Black with #BA096B

Text Example


Text Example

White with #BA096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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