Html Css Color HEX #BC1261 Jazzberry Jam

📋 copy color: '#BC1261'

red 188 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #BC1261

Tints of Jazzberry Jam #BC1261

RGB

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

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

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

R = 62.05%
G = 5.94%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1261 (or 0xBC1261) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 61. RGB value is (188,18,97). Sum of RGB (Red+Green+Blue) = 188+18+97=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1261 is #43ED9E. Grayscale: #4D4D4D. Windows color (decimal): -4451743 or 6361788. OLE color: 6361788.

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

Color convert

RGB 188 18 97 -
CMYK 0 0.90 0.48 0.26
HSL 332.12º 0.83% 0.4% -
HSV(B) 332.12º 0.9% 0.74% -
XYZ 23.11 11.99 12.4 -
YUV 77.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 188 18 97 0 0.90 0.48 0.26 332.12 0.83 0.4
Hex BC 12 61 0 5A 30 1A 14C 53 28
Octal 274 22 141 0 132 60 32 514 123 50
Binary 10111100 10010 1100001 0 1011010 110000 11010 101001100 1010011 101000

Color Harmonies of #BC1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1261

Black with #BC1261

Text Example


Text Example

White with #BC1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1261; }

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

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

background-color css

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

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

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

border-color css

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

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

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