Html Css Color HEX #BC1256 Jazzberry Jam

📋 copy color: '#BC1256'

red 188 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #BC1256

Tints of Jazzberry Jam #BC1256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 64.38%
G = 6.16%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC1256 (or 0xBC1256) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 56. RGB value is (188,18,86). Sum of RGB (Red+Green+Blue) = 188+18+86=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1256 is #43EDA9. Grayscale: #4C4C4C. Windows color (decimal): -4451754 or 5640892. OLE color: 5640892.

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

Color convert

RGB 188 18 86 -
CMYK 0 0.90 0.54 0.26
HSL 336º 0.83% 0.4% -
HSV(B) 336º 0.9% 0.74% -
XYZ 22.64 11.8 9.89 -
YUV 76.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 188 18 86 0 0.90 0.54 0.26 336 0.83 0.4
Hex BC 12 56 0 5A 36 1A 150 53 28
Octal 274 22 126 0 132 66 32 520 123 50
Binary 10111100 10010 1010110 0 1011010 110110 11010 101010000 1010011 101000

Color Harmonies of #BC1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1256

Black with #BC1256

Text Example


Text Example

White with #BC1256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1256; }

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

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

background-color css

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

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

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

border-color css

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

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

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