Html Css Color HEX #BA096D Jazzberry Jam

📋 copy color: '#BA096D'

red 186 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #BA096D

Tints of Jazzberry Jam #BA096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 61.18%
G = 2.96%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA096D (or 0xBA096D) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6D. RGB value is (186,9,109). Sum of RGB (Red+Green+Blue) = 186+9+109=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096D is #45F692. Grayscale: #494949. Windows color (decimal): -4585107 or 7145914. OLE color: 7145914.

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

Color convert

RGB 186 9 109 -
CMYK 0 0.95 0.41 0.27
HSL 326.1º 0.91% 0.38% -
HSV(B) 326.1º 0.95% 0.73% -
XYZ 23.11 11.74 15.52 -
YUV 73.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 186 9 109 0 0.95 0.41 0.27 326.1 0.91 0.38
Hex BA 9 6D 0 5F 29 1B 146 5B 26
Octal 272 11 155 0 137 51 33 506 133 46
Binary 10111010 1001 1101101 0 1011111 101001 11011 101000110 1011011 100110

Color Harmonies of #BA096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096D

Black with #BA096D

Text Example


Text Example

White with #BA096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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