Html Css Color HEX #BC1259 Jazzberry Jam

📋 copy color: '#BC1259'

red 188 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #BC1259

Tints of Jazzberry Jam #BC1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 63.73%
G = 6.1%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1259 (or 0xBC1259) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 59. RGB value is (188,18,89). Sum of RGB (Red+Green+Blue) = 188+18+89=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1259 is #43EDA6. Grayscale: #4C4C4C. Windows color (decimal): -4451751 or 5837500. OLE color: 5837500.

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

Color convert

RGB 188 18 89 -
CMYK 0 0.90 0.53 0.26
HSL 334.94º 0.83% 0.4% -
HSV(B) 334.94º 0.9% 0.74% -
XYZ 22.76 11.85 10.54 -
YUV 76.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 188 18 89 0 0.90 0.53 0.26 334.94 0.83 0.4
Hex BC 12 59 0 5A 35 1A 14F 53 28
Octal 274 22 131 0 132 65 32 517 123 50
Binary 10111100 10010 1011001 0 1011010 110101 11010 101001111 1010011 101000

Color Harmonies of #BC1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1259

Black with #BC1259

Text Example


Text Example

White with #BC1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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