Html Css Color HEX #BA096F Jazzberry Jam

📋 copy color: '#BA096F'

red 186 ◦ green 9 ◦ blue 111

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

Shades of Jazzberry Jam #BA096F

Tints of Jazzberry Jam #BA096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 60.78%
G = 2.94%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA096F (or 0xBA096F) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6F. RGB value is (186,9,111). Sum of RGB (Red+Green+Blue) = 186+9+111=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096F is #45F690. Grayscale: #494949. Windows color (decimal): -4585105 or 7276986. OLE color: 7276986.

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

Color convert

RGB 186 9 111 -
CMYK 0 0.95 0.40 0.27
HSL 325.42º 0.91% 0.38% -
HSV(B) 325.42º 0.95% 0.73% -
XYZ 23.22 11.78 16.09 -
YUV 73.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 186 9 111 0 0.95 0.40 0.27 325.42 0.91 0.38
Hex BA 9 6F 0 5F 28 1B 145 5B 26
Octal 272 11 157 0 137 50 33 505 133 46
Binary 10111010 1001 1101111 0 1011111 101000 11011 101000101 1011011 100110

Color Harmonies of #BA096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096F

Black with #BA096F

Text Example


Text Example

White with #BA096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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