Html Css Color HEX #BA156D Jazzberry Jam

📋 copy color: '#BA156D'

red 186 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #BA156D

Tints of Jazzberry Jam #BA156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

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

R = 58.86%
G = 6.65%
B = 34.49%

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

#BA156D (or 0xBA156D) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 6D. RGB value is (186,21,109). Sum of RGB (Red+Green+Blue) = 186+21+109=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA156D is #45EA92. Grayscale: #505050. Windows color (decimal): -4582035 or 7148986. OLE color: 7148986.

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

Color convert

RGB 186 21 109 -
CMYK 0 0.89 0.41 0.27
HSL 328º 0.8% 0.41% -
HSV(B) 328º 0.89% 0.73% -
XYZ 23.28 12.08 15.57 -
YUV 80.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 186 21 109 0 0.89 0.41 0.27 328 0.8 0.41
Hex BA 15 6D 0 59 29 1B 148 50 29
Octal 272 25 155 0 131 51 33 510 120 51
Binary 10111010 10101 1101101 0 1011001 101001 11011 101001000 1010000 101001

Color Harmonies of #BA156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA156D

Black with #BA156D

Text Example


Text Example

White with #BA156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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