Html Css Color HEX #BA116A Jazzberry Jam

📋 copy color: '#BA116A'

red 186 ◦ green 17 ◦ blue 106

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

Shades of Jazzberry Jam #BA116A

Tints of Jazzberry Jam #BA116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 60.19%
G = 5.5%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA116A (or 0xBA116A) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 6A. RGB value is (186,17,106). Sum of RGB (Red+Green+Blue) = 186+17+106=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116A is #45EE95. Grayscale: #4D4D4D. Windows color (decimal): -4583062 or 6951354. OLE color: 6951354.

HSL color Cylindrical-coordinate representation of color #BA116A: hue angle of 328.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA116A is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 106 -
CMYK 0 0.91 0.43 0.27
HSL 328.4º 0.83% 0.4% -
HSV(B) 328.4º 0.91% 0.73% -
XYZ 23.05 11.88 14.71 -
YUV 77.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 186 17 106 0 0.91 0.43 0.27 328.4 0.83 0.4
Hex BA 11 6A 0 5B 2B 1B 148 53 28
Octal 272 21 152 0 133 53 33 510 123 50
Binary 10111010 10001 1101010 0 1011011 101011 11011 101001000 1010011 101000

Color Harmonies of #BA116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA116A

Black with #BA116A

Text Example


Text Example

White with #BA116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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