Html Css Color HEX #BA096A Jazzberry Jam

📋 copy color: '#BA096A'

red 186 ◦ green 9 ◦ blue 106

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

Shades of Jazzberry Jam #BA096A

Tints of Jazzberry Jam #BA096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 61.79%
G = 2.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA096A (or 0xBA096A) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6A. RGB value is (186,9,106). Sum of RGB (Red+Green+Blue) = 186+9+106=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096A is #45F695. Grayscale: #484848. Windows color (decimal): -4585110 or 6949306. OLE color: 6949306.

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

Color convert

RGB 186 9 106 -
CMYK 0 0.95 0.43 0.27
HSL 327.12º 0.91% 0.38% -
HSV(B) 327.12º 0.95% 0.73% -
XYZ 22.95 11.68 14.68 -
YUV 72.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 186 9 106 0 0.95 0.43 0.27 327.12 0.91 0.38
Hex BA 9 6A 0 5F 2B 1B 147 5B 26
Octal 272 11 152 0 137 53 33 507 133 46
Binary 10111010 1001 1101010 0 1011111 101011 11011 101000111 1011011 100110

Color Harmonies of #BA096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096A

Black with #BA096A

Text Example


Text Example

White with #BA096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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