Html Css Color HEX #BA176A Jazzberry Jam

📋 copy color: '#BA176A'

red 186 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #BA176A

Tints of Jazzberry Jam #BA176A

RGB

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

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

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

R = 59.05%
G = 7.3%
B = 33.65%

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

#BA176A (or 0xBA176A) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 6A. RGB value is (186,23,106). Sum of RGB (Red+Green+Blue) = 186+23+106=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA176A is #45E895. Grayscale: #515151. Windows color (decimal): -4581526 or 6952890. OLE color: 6952890.

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

Color convert

RGB 186 23 106 -
CMYK 0 0.88 0.43 0.27
HSL 329.45º 0.78% 0.41% -
HSV(B) 329.45º 0.88% 0.73% -
XYZ 23.16 12.09 14.75 -
YUV 81.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 186 23 106 0 0.88 0.43 0.27 329.45 0.78 0.41
Hex BA 17 6A 0 58 2B 1B 149 4E 29
Octal 272 27 152 0 130 53 33 511 116 51
Binary 10111010 10111 1101010 0 1011000 101011 11011 101001001 1001110 101001

Color Harmonies of #BA176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA176A

Black with #BA176A

Text Example


Text Example

White with #BA176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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