Html Css Color HEX #BA1669 Jazzberry Jam

📋 copy color: '#BA1669'

red 186 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #BA1669

Tints of Jazzberry Jam #BA1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 59.42%
G = 7.03%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA1669 (or 0xBA1669) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 69. RGB value is (186,22,105). Sum of RGB (Red+Green+Blue) = 186+22+105=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1669 is #45E996. Grayscale: #505050. Windows color (decimal): -4581783 or 6887098. OLE color: 6887098.

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

Color convert

RGB 186 22 105 -
CMYK 0 0.88 0.44 0.27
HSL 329.63º 0.79% 0.41% -
HSV(B) 329.63º 0.88% 0.73% -
XYZ 23.09 12.03 14.47 -
YUV 80.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 186 22 105 0 0.88 0.44 0.27 329.63 0.79 0.41
Hex BA 16 69 0 58 2C 1B 14A 4F 29
Octal 272 26 151 0 130 54 33 512 117 51
Binary 10111010 10110 1101001 0 1011000 101100 11011 101001010 1001111 101001

Color Harmonies of #BA1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1669

Black with #BA1669

Text Example


Text Example

White with #BA1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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