Html Css Color HEX #BC1160 Jazzberry Jam

📋 copy color: '#BC1160'

red 188 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #BC1160

Tints of Jazzberry Jam #BC1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 62.46%
G = 5.65%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC1160 (or 0xBC1160) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 60. RGB value is (188,17,96). Sum of RGB (Red+Green+Blue) = 188+17+96=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1160 is #43EE9F. Grayscale: #4C4C4C. Windows color (decimal): -4452000 or 6295996. OLE color: 6295996.

HSL color Cylindrical-coordinate representation of color #BC1160: hue angle of 332.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1160 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 96 -
CMYK 0 0.91 0.49 0.26
HSL 332.28º 0.83% 0.4% -
HSV(B) 332.28º 0.91% 0.74% -
XYZ 23.05 11.94 12.16 -
YUV 77.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 188 17 96 0 0.91 0.49 0.26 332.28 0.83 0.4
Hex BC 11 60 0 5B 31 1A 14C 53 28
Octal 274 21 140 0 133 61 32 514 123 50
Binary 10111100 10001 1100000 0 1011011 110001 11010 101001100 1010011 101000

Color Harmonies of #BC1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1160

Black with #BC1160

Text Example


Text Example

White with #BC1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1160; }

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

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

background-color css

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

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

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

border-color css

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

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

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