Html Css Color HEX #BA166D Jazzberry Jam

📋 copy color: '#BA166D'

red 186 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #BA166D

Tints of Jazzberry Jam #BA166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

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

R = 58.68%
G = 6.94%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA166D (or 0xBA166D) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 6D. RGB value is (186,22,109). Sum of RGB (Red+Green+Blue) = 186+22+109=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA166D is #45E992. Grayscale: #505050. Windows color (decimal): -4581779 or 7149242. OLE color: 7149242.

HSL color Cylindrical-coordinate representation of color #BA166D: hue angle of 328.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA166D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 109 -
CMYK 0 0.88 0.41 0.27
HSL 328.17º 0.79% 0.41% -
HSV(B) 328.17º 0.88% 0.73% -
XYZ 23.3 12.12 15.58 -
YUV 80.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 186 22 109 0 0.88 0.41 0.27 328.17 0.79 0.41
Hex BA 16 6D 0 58 29 1B 148 4F 29
Octal 272 26 155 0 130 51 33 510 117 51
Binary 10111010 10110 1101101 0 1011000 101001 11011 101001000 1001111 101001

Color Harmonies of #BA166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA166D

Black with #BA166D

Text Example


Text Example

White with #BA166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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