Html Css Color HEX #BA096E Jazzberry Jam

📋 copy color: '#BA096E'

red 186 ◦ green 9 ◦ blue 110

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

Shades of Jazzberry Jam #BA096E

Tints of Jazzberry Jam #BA096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 60.98%
G = 2.95%
B = 36.07%

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

#BA096E (or 0xBA096E) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 6E. RGB value is (186,9,110). Sum of RGB (Red+Green+Blue) = 186+9+110=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA096E is #45F691. Grayscale: #494949. Windows color (decimal): -4585106 or 7211450. OLE color: 7211450.

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

Color convert

RGB 186 9 110 -
CMYK 0 0.95 0.41 0.27
HSL 325.76º 0.91% 0.38% -
HSV(B) 325.76º 0.95% 0.73% -
XYZ 23.16 11.76 15.8 -
YUV 73.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 186 9 110 0 0.95 0.41 0.27 325.76 0.91 0.38
Hex BA 9 6E 0 5F 29 1B 146 5B 26
Octal 272 11 156 0 137 51 33 506 133 46
Binary 10111010 1001 1101110 0 1011111 101001 11011 101000110 1011011 100110

Color Harmonies of #BA096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA096E

Black with #BA096E

Text Example


Text Example

White with #BA096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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