Html Css Color HEX #BA155F Jazzberry Jam

📋 copy color: '#BA155F'

red 186 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #BA155F

Tints of Jazzberry Jam #BA155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 61.59%
G = 6.95%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA155F (or 0xBA155F) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 5F. RGB value is (186,21,95). Sum of RGB (Red+Green+Blue) = 186+21+95=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA155F is #45EAA0. Grayscale: #4E4E4E. Windows color (decimal): -4582049 or 6231482. OLE color: 6231482.

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

Color convert

RGB 186 21 95 -
CMYK 0 0.89 0.49 0.27
HSL 333.09º 0.8% 0.41% -
HSV(B) 333.09º 0.89% 0.73% -
XYZ 22.58 11.8 11.91 -
YUV 78.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 186 21 95 0 0.89 0.49 0.27 333.09 0.8 0.41
Hex BA 15 5F 0 59 31 1B 14D 50 29
Octal 272 25 137 0 131 61 33 515 120 51
Binary 10111010 10101 1011111 0 1011001 110001 11011 101001101 1010000 101001

Color Harmonies of #BA155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA155F

Black with #BA155F

Text Example


Text Example

White with #BA155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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