Html Css Color HEX #BA155B Jazzberry Jam

📋 copy color: '#BA155B'

red 186 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #BA155B

Tints of Jazzberry Jam #BA155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 62.42%
G = 7.05%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA155B (or 0xBA155B) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 5B. RGB value is (186,21,91). Sum of RGB (Red+Green+Blue) = 186+21+91=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA155B is #45EAA4. Grayscale: #4E4E4E. Windows color (decimal): -4582053 or 5969338. OLE color: 5969338.

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

Color convert

RGB 186 21 91 -
CMYK 0 0.89 0.51 0.27
HSL 334.55º 0.8% 0.41% -
HSV(B) 334.55º 0.89% 0.73% -
XYZ 22.41 11.73 10.98 -
YUV 78.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 186 21 91 0 0.89 0.51 0.27 334.55 0.8 0.41
Hex BA 15 5B 0 59 33 1B 14F 50 29
Octal 272 25 133 0 131 63 33 517 120 51
Binary 10111010 10101 1011011 0 1011001 110011 11011 101001111 1010000 101001

Color Harmonies of #BA155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA155B

Black with #BA155B

Text Example


Text Example

White with #BA155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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