Html Css Color HEX #BA155C Jazzberry Jam

📋 copy color: '#BA155C'

red 186 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #BA155C

Tints of Jazzberry Jam #BA155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 62.21%
G = 7.02%
B = 30.77%

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

#BA155C (or 0xBA155C) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 5C. RGB value is (186,21,92). Sum of RGB (Red+Green+Blue) = 186+21+92=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA155C is #45EAA3. Grayscale: #4E4E4E. Windows color (decimal): -4582052 or 6034874. OLE color: 6034874.

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

Color convert

RGB 186 21 92 -
CMYK 0 0.89 0.51 0.27
HSL 334.18º 0.8% 0.41% -
HSV(B) 334.18º 0.89% 0.73% -
XYZ 22.45 11.75 11.21 -
YUV 78.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 186 21 92 0 0.89 0.51 0.27 334.18 0.8 0.41
Hex BA 15 5C 0 59 33 1B 14E 50 29
Octal 272 25 134 0 131 63 33 516 120 51
Binary 10111010 10101 1011100 0 1011001 110011 11011 101001110 1010000 101001

Color Harmonies of #BA155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA155C

Black with #BA155C

Text Example


Text Example

White with #BA155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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