Html Css Color HEX #BA176B Jazzberry Jam

📋 copy color: '#BA176B'

red 186 ◦ green 23 ◦ blue 107

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

Shades of Jazzberry Jam #BA176B

Tints of Jazzberry Jam #BA176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 58.86%
G = 7.28%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA176B (or 0xBA176B) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 6B. RGB value is (186,23,107). Sum of RGB (Red+Green+Blue) = 186+23+107=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA176B is #45E894. Grayscale: #515151. Windows color (decimal): -4581525 or 7018426. OLE color: 7018426.

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

Color convert

RGB 186 23 107 -
CMYK 0 0.88 0.42 0.27
HSL 329.08º 0.78% 0.41% -
HSV(B) 329.08º 0.88% 0.73% -
XYZ 23.21 12.11 15.02 -
YUV 81.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 186 23 107 0 0.88 0.42 0.27 329.08 0.78 0.41
Hex BA 17 6B 0 58 2A 1B 149 4E 29
Octal 272 27 153 0 130 52 33 511 116 51
Binary 10111010 10111 1101011 0 1011000 101010 11011 101001001 1001110 101001

Color Harmonies of #BA176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA176B

Black with #BA176B

Text Example


Text Example

White with #BA176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA176B; }

 p { color: rgb(186,23,107); }

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

background-color css

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

 a { background-color: rgb(186,23,107); }

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

border-color css

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

 span { border-color: rgb(186,23,107); }

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