Html Css Color HEX #BA166A Jazzberry Jam

📋 copy color: '#BA166A'

red 186 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #BA166A

Tints of Jazzberry Jam #BA166A

RGB

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

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

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

R = 59.24%
G = 7.01%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA166A (or 0xBA166A) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 6A. RGB value is (186,22,106). Sum of RGB (Red+Green+Blue) = 186+22+106=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA166A is #45E995. Grayscale: #505050. Windows color (decimal): -4581782 or 6952634. OLE color: 6952634.

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

Color convert

RGB 186 22 106 -
CMYK 0 0.88 0.43 0.27
HSL 329.27º 0.79% 0.41% -
HSV(B) 329.27º 0.88% 0.73% -
XYZ 23.14 12.05 14.74 -
YUV 80.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 186 22 106 0 0.88 0.43 0.27 329.27 0.79 0.41
Hex BA 16 6A 0 58 2B 1B 149 4F 29
Octal 272 26 152 0 130 53 33 511 117 51
Binary 10111010 10110 1101010 0 1011000 101011 11011 101001001 1001111 101001

Color Harmonies of #BA166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA166A

Black with #BA166A

Text Example


Text Example

White with #BA166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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