Html Css Color HEX #BC0056 Jazzberry Jam

📋 copy color: '#BC0056'

red 188 ◦ green 0 ◦ blue 86

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

Shades of Jazzberry Jam #BC0056

Tints of Jazzberry Jam #BC0056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.61%
G = 0%
B = 31.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0056 (or 0xBC0056) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 56. RGB value is (188,0,86). Sum of RGB (Red+Green+Blue) = 188+0+86=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0056 is #43FFA9. Grayscale: #414141. Windows color (decimal): -4456362 or 5636284. OLE color: 5636284.

HSL color Cylindrical-coordinate representation of color #BC0056: hue angle of 332.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0056 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 86 -
CMYK 0 1 0.54 0.26
HSL 332.55º 1% 0.37% -
HSV(B) 332.55º 1% 0.74% -
XYZ 22.42 11.36 9.82 -
YUV 66.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 188 0 86 0 1 0.54 0.26 332.55 1 0.37
Hex BC 0 56 0 64 36 1A 14D 64 25
Octal 274 0 126 0 144 66 32 515 144 45
Binary 10111100 0 1010110 0 1100100 110110 11010 101001101 1100100 100101

Color Harmonies of #BC0056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0056

Black with #BC0056

Text Example


Text Example

White with #BC0056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0056; }

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

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

background-color css

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

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

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

border-color css

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

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

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