Html Css Color HEX #BC1260 Jazzberry Jam

📋 copy color: '#BC1260'

red 188 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #BC1260

Tints of Jazzberry Jam #BC1260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 62.25%
G = 5.96%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC1260 (or 0xBC1260) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 60. RGB value is (188,18,96). Sum of RGB (Red+Green+Blue) = 188+18+96=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1260 is #43ED9F. Grayscale: #4D4D4D. Windows color (decimal): -4451744 or 6296252. OLE color: 6296252.

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

Color convert

RGB 188 18 96 -
CMYK 0 0.90 0.49 0.26
HSL 332.47º 0.83% 0.4% -
HSV(B) 332.47º 0.9% 0.74% -
XYZ 23.07 11.97 12.16 -
YUV 77.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 188 18 96 0 0.90 0.49 0.26 332.47 0.83 0.4
Hex BC 12 60 0 5A 31 1A 14C 53 28
Octal 274 22 140 0 132 61 32 514 123 50
Binary 10111100 10010 1100000 0 1011010 110001 11010 101001100 1010011 101000

Color Harmonies of #BC1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1260

Black with #BC1260

Text Example


Text Example

White with #BC1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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