Html Css Color HEX #BC1961 Jazzberry Jam

📋 copy color: '#BC1961'

red 188 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #BC1961

Tints of Jazzberry Jam #BC1961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 60.65%
G = 8.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1961 (or 0xBC1961) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 61. RGB value is (188,25,97). Sum of RGB (Red+Green+Blue) = 188+25+97=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1961 is #43E69E. Grayscale: #515151. Windows color (decimal): -4449951 or 6363580. OLE color: 6363580.

HSL color Cylindrical-coordinate representation of color #BC1961: hue angle of 333.5º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1961 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 97 -
CMYK 0 0.87 0.48 0.26
HSL 333.5º 0.77% 0.42% -
HSV(B) 333.5º 0.87% 0.74% -
XYZ 23.24 12.25 12.45 -
YUV 81.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 188 25 97 0 0.87 0.48 0.26 333.5 0.77 0.42
Hex BC 19 61 0 57 30 1A 14D 4D 2A
Octal 274 31 141 0 127 60 32 515 115 52
Binary 10111100 11001 1100001 0 1010111 110000 11010 101001101 1001101 101010

Color Harmonies of #BC1961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1961

Black with #BC1961

Text Example


Text Example

White with #BC1961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1961; }

 p { color: rgb(188,25,97); }

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

background-color css

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

 a { background-color: rgb(188,25,97); }

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

border-color css

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

 span { border-color: rgb(188,25,97); }

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