Html Css Color HEX #BC0556 Jazzberry Jam

📋 copy color: '#BC0556'

red 188 ◦ green 5 ◦ blue 86

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

Shades of Jazzberry Jam #BC0556

Tints of Jazzberry Jam #BC0556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 67.38%
G = 1.79%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0556 (or 0xBC0556) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 56. RGB value is (188,5,86). Sum of RGB (Red+Green+Blue) = 188+5+86=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0556 is #43FAA9. Grayscale: #444444. Windows color (decimal): -4455082 or 5637564. OLE color: 5637564.

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

Color convert

RGB 188 5 86 -
CMYK 0 0.97 0.54 0.26
HSL 333.44º 0.95% 0.38% -
HSV(B) 333.44º 0.97% 0.74% -
XYZ 22.47 11.47 9.83 -
YUV 68.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 188 5 86 0 0.97 0.54 0.26 333.44 0.95 0.38
Hex BC 5 56 0 61 36 1A 14D 5F 26
Octal 274 5 126 0 141 66 32 515 137 46
Binary 10111100 101 1010110 0 1100001 110110 11010 101001101 1011111 100110

Color Harmonies of #BC0556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0556

Black with #BC0556

Text Example


Text Example

White with #BC0556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0556; }

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

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

background-color css

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

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

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

border-color css

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

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

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