Html Css Color HEX #BA155D Jazzberry Jam

📋 copy color: '#BA155D'

red 186 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #BA155D

Tints of Jazzberry Jam #BA155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 62%
G = 7%
B = 31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA155D (or 0xBA155D) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 5D. RGB value is (186,21,93). Sum of RGB (Red+Green+Blue) = 186+21+93=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA155D is #45EAA2. Grayscale: #4E4E4E. Windows color (decimal): -4582051 or 6100410. OLE color: 6100410.

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

Color convert

RGB 186 21 93 -
CMYK 0 0.89 0.5 0.27
HSL 333.82º 0.8% 0.41% -
HSV(B) 333.82º 0.89% 0.73% -
XYZ 22.49 11.77 11.44 -
YUV 78.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 186 21 93 0 0.89 0.5 0.27 333.82 0.8 0.41
Hex BA 15 5D 0 59 32 1B 14E 50 29
Octal 272 25 135 0 131 62 33 516 120 51
Binary 10111010 10101 1011101 0 1011001 110010 11011 101001110 1010000 101001

Color Harmonies of #BA155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA155D

Black with #BA155D

Text Example


Text Example

White with #BA155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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