Html Css Color HEX #BC1960 Jazzberry Jam

📋 copy color: '#BC1960'

red 188 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #BC1960

Tints of Jazzberry Jam #BC1960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 60.84%
G = 8.09%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC1960 (or 0xBC1960) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 60. RGB value is (188,25,96). Sum of RGB (Red+Green+Blue) = 188+25+96=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1960 is #43E69F. Grayscale: #515151. Windows color (decimal): -4449952 or 6298044. OLE color: 6298044.

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

Color convert

RGB 188 25 96 -
CMYK 0 0.87 0.49 0.26
HSL 333.87º 0.77% 0.42% -
HSV(B) 333.87º 0.87% 0.74% -
XYZ 23.2 12.23 12.2 -
YUV 81.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 188 25 96 0 0.87 0.49 0.26 333.87 0.77 0.42
Hex BC 19 60 0 57 31 1A 14E 4D 2A
Octal 274 31 140 0 127 61 32 516 115 52
Binary 10111100 11001 1100000 0 1010111 110001 11010 101001110 1001101 101010

Color Harmonies of #BC1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1960

Black with #BC1960

Text Example


Text Example

White with #BC1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1960; }

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

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

background-color css

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

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

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

border-color css

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

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

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