Html Css Color HEX #BA116D Jazzberry Jam

📋 copy color: '#BA116D'

red 186 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #BA116D

Tints of Jazzberry Jam #BA116D

RGB

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

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

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

R = 59.62%
G = 5.45%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA116D (or 0xBA116D) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 6D. RGB value is (186,17,109). Sum of RGB (Red+Green+Blue) = 186+17+109=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116D is #45EE92. Grayscale: #4D4D4D. Windows color (decimal): -4583059 or 7147962. OLE color: 7147962.

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

Color convert

RGB 186 17 109 -
CMYK 0 0.91 0.41 0.27
HSL 327.34º 0.83% 0.4% -
HSV(B) 327.34º 0.91% 0.73% -
XYZ 23.21 11.94 15.55 -
YUV 78.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 186 17 109 0 0.91 0.41 0.27 327.34 0.83 0.4
Hex BA 11 6D 0 5B 29 1B 147 53 28
Octal 272 21 155 0 133 51 33 507 123 50
Binary 10111010 10001 1101101 0 1011011 101001 11011 101000111 1010011 101000

Color Harmonies of #BA116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA116D

Black with #BA116D

Text Example


Text Example

White with #BA116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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