Html Css Color HEX #BC1557 Jazzberry Jam

📋 copy color: '#BC1557'

red 188 ◦ green 21 ◦ blue 87

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

Shades of Jazzberry Jam #BC1557

Tints of Jazzberry Jam #BC1557

RGB

 RED value IS 188 (73.83% from 255) = 63.51%

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

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 63.51%
G = 7.09%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC1557 (or 0xBC1557) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 57. RGB value is (188,21,87). Sum of RGB (Red+Green+Blue) = 188+21+87=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1557 is #43EAA8. Grayscale: #4E4E4E. Windows color (decimal): -4450985 or 5707196. OLE color: 5707196.

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

Color convert

RGB 188 21 87 -
CMYK 0 0.89 0.54 0.26
HSL 336.29º 0.8% 0.41% -
HSV(B) 336.29º 0.89% 0.74% -
XYZ 22.73 11.92 10.12 -
YUV 78.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 188 21 87 0 0.89 0.54 0.26 336.29 0.8 0.41
Hex BC 15 57 0 59 36 1A 150 50 29
Octal 274 25 127 0 131 66 32 520 120 51
Binary 10111100 10101 1010111 0 1011001 110110 11010 101010000 1010000 101001

Color Harmonies of #BC1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1557

Black with #BC1557

Text Example


Text Example

White with #BC1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1557; }

 p { color: rgb(188,21,87); }

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

background-color css

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

 a { background-color: rgb(188,21,87); }

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

border-color css

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

 span { border-color: rgb(188,21,87); }

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