Html Css Color HEX #BA146A Jazzberry Jam

📋 copy color: '#BA146A'

red 186 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #BA146A

Tints of Jazzberry Jam #BA146A

RGB

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

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

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

R = 59.62%
G = 6.41%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA146A (or 0xBA146A) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 6A. RGB value is (186,20,106). Sum of RGB (Red+Green+Blue) = 186+20+106=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146A is #45EB95. Grayscale: #4F4F4F. Windows color (decimal): -4582294 or 6952122. OLE color: 6952122.

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

Color convert

RGB 186 20 106 -
CMYK 0 0.89 0.43 0.27
HSL 328.92º 0.81% 0.4% -
HSV(B) 328.92º 0.89% 0.73% -
XYZ 23.1 11.98 14.73 -
YUV 79.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 186 20 106 0 0.89 0.43 0.27 328.92 0.81 0.4
Hex BA 14 6A 0 59 2B 1B 149 51 28
Octal 272 24 152 0 131 53 33 511 121 50
Binary 10111010 10100 1101010 0 1011001 101011 11011 101001001 1010001 101000

Color Harmonies of #BA146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA146A

Black with #BA146A

Text Example


Text Example

White with #BA146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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