Html Css Color HEX #BA146D Jazzberry Jam

📋 copy color: '#BA146D'

red 186 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #BA146D

Tints of Jazzberry Jam #BA146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 59.05%
G = 6.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA146D (or 0xBA146D) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 6D. RGB value is (186,20,109). Sum of RGB (Red+Green+Blue) = 186+20+109=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146D is #45EB92. Grayscale: #4F4F4F. Windows color (decimal): -4582291 or 7148730. OLE color: 7148730.

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

Color convert

RGB 186 20 109 -
CMYK 0 0.89 0.41 0.27
HSL 327.83º 0.81% 0.4% -
HSV(B) 327.83º 0.89% 0.73% -
XYZ 23.26 12.04 15.57 -
YUV 79.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 186 20 109 0 0.89 0.41 0.27 327.83 0.81 0.4
Hex BA 14 6D 0 59 29 1B 148 51 28
Octal 272 24 155 0 131 51 33 510 121 50
Binary 10111010 10100 1101101 0 1011001 101001 11011 101001000 1010001 101000

Color Harmonies of #BA146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA146D

Black with #BA146D

Text Example


Text Example

White with #BA146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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